| 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 bea5f332df80e0acd98ac89e73aec7ad33560245..048616971365edf1f5ba346dc1922c4d1bf4c835 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -119,7 +119,7 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
| bool is_bookmark_app;
|
| string16 title;
|
| GURL app_url;
|
| - int page_index;
|
| + std::string page_index;
|
| };
|
|
|
| // Records a web store launch in the appropriate histograms. |promo_active|
|
|
|