Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/app_launcher_handler.h (revision 109585) |
+++ chrome/browser/ui/webui/ntp/app_launcher_handler.h (working copy) |
@@ -6,6 +6,8 @@ |
#define CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_ |
#pragma once |
+#include <string> |
+ |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/extensions/extension_install_ui.h" |
#include "chrome/browser/extensions/extension_uninstall_dialog.h" |
@@ -19,17 +21,10 @@ |
#include "content/public/browser/notification_registrar.h" |
class AppNotification; |
-class ExtensionPrefs; |
class ExtensionService; |
class PrefChangeRegistrar; |
-class PrefsService; |
class Profile; |
-struct WebApplicationInfo; |
-namespace gfx { |
-class Rect; |
-} |
- |
// The handler for Javascript messages related to the "apps" view. |
class AppLauncherHandler : public WebUIMessageHandler, |
public ExtensionUninstallDialog::Delegate, |