Index: chrome/browser/ui/webui/app_launcher_login_handler.h |
diff --git a/chrome/browser/ui/webui/app_launcher_login_handler.h b/chrome/browser/ui/webui/app_launcher_login_handler.h |
index f678091feecbae079c03923cd4c4d6ba9cfb2d1d..e99e4916175e91135d6caccd086db5ab348a3c3e 100644 |
--- a/chrome/browser/ui/webui/app_launcher_login_handler.h |
+++ b/chrome/browser/ui/webui/app_launcher_login_handler.h |
@@ -54,7 +54,7 @@ class AppLauncherLoginHandler : public content::WebUIMessageHandler { |
void HandleShowSyncLoginUI(const base::ListValue* args); |
// Records actions in SyncPromo.NTPPromo histogram. |
- void RecordInHistogram(int type); |
+ void RecordInHistogram(NTPSignInPromoBuckets type); |
// Called from JS when the sync promo NTP bubble has been displayed. |args| is |
// the list of arguments passed from JS and should be an empty list. |