Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 8537007: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/webui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/keyboard_ui.h ('k') | chrome/browser/ui/webui/ntp/bookmarks_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/ui/webui/keyboard_ui.h ('k') | chrome/browser/ui/webui/ntp/bookmarks_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698