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

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

Issue 10830036: Moved the AppNotification system into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 months 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
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 4f0bb6362b8d13409ee37ec30e07c1b3cad8a674..247e42feefe27873494f4a2a93bcddd8206f6c4f 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -20,11 +20,14 @@
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_ui_message_handler.h"
-class AppNotification;
class ExtensionService;
class PrefChangeRegistrar;
class Profile;
+namespace extensions {
+class AppNotification;
+}
+
// The handler for Javascript messages related to the "apps" view.
class AppLauncherHandler : public content::WebUIMessageHandler,
public ExtensionUninstallDialog::Delegate,
@@ -37,7 +40,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Populate a dictionary with the information from an extension.
static void CreateAppInfo(
const extensions::Extension* extension,
- const AppNotification* notification,
+ const extensions::AppNotification* notification,
ExtensionService* service,
base::DictionaryValue* value);

Powered by Google App Engine
This is Rietveld 408576698