Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
index 54c095a6f83bb2e0e4f671122d77701c65cd2137..41618d0e2591b4dbcdba2e003b2324b6c655502c 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
@@ -13,6 +13,7 @@ |
#include "chrome/browser/prefs/pref_change_registrar.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_constants.h" |
+#include "chrome/common/string_ordinal.h" |
#include "content/browser/cancelable_request.h" |
#include "content/browser/webui/web_ui.h" |
#include "content/public/browser/notification_observer.h" |
@@ -122,7 +123,7 @@ class AppLauncherHandler : public WebUIMessageHandler, |
bool is_bookmark_app; |
string16 title; |
GURL app_url; |
- int page_index; |
+ StringOrdinal page_index; |
}; |
// Records a web store launch in the appropriate histograms. |promo_active| |