Fix build

Change-Id: I75e49ea144d47819c0fb7b4cd2e19a6c42b28ff1
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 2d95ee1..b3613df 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -2126,14 +2126,14 @@
     // Settings shown/hidden on main settings dashboard.
     // These are actually visibility events, but visible/hidden doesn't
     // take a package, so these are being logged as actions.
-    ACTION_SHOW_SETTINGS_SUGGESTION = 383;
-    ACTION_HIDE_SETTINGS_SUGGESTION = 384;
+    ACTION_SHOW_SETTINGS_SUGGESTION = 384;
+    ACTION_HIDE_SETTINGS_SUGGESTION = 385;
 
     // Click on a suggestion.
-    ACTION_SETTINGS_SUGGESTION = 385;
+    ACTION_SETTINGS_SUGGESTION = 386;
 
     // Suggestion -> Overflow -> Remove.
-    ACTION_SETTINGS_DISMISS_SUGGESTION = 386;
+    ACTION_SETTINGS_DISMISS_SUGGESTION = 387;
 
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS