| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/app_launcher_handler.h (revision 114254)
|
| +++ chrome/browser/ui/webui/ntp/app_launcher_handler.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #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"
|
| @@ -115,13 +114,10 @@
|
|
|
| private:
|
| struct AppInstallInfo {
|
| - AppInstallInfo();
|
| - ~AppInstallInfo();
|
| -
|
| bool is_bookmark_app;
|
| string16 title;
|
| GURL app_url;
|
| - StringOrdinal page_ordinal;
|
| + int page_index;
|
| };
|
|
|
| // Records a web store launch in the appropriate histograms. |promo_active|
|
|
|