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 1373f7e0ff6529e51646717a9a931fc812100e82..182de11777ad8394b6d0ba8b470849385268d631 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
@@ -7,6 +7,7 @@ |
#pragma once |
#include "base/memory/scoped_ptr.h" |
+#include "chrome/browser/extensions/extension_app_api.h" |
#include "chrome/browser/extensions/extension_install_ui.h" |
#include "chrome/browser/extensions/extension_uninstall_dialog.h" |
#include "chrome/browser/prefs/pref_change_registrar.h" |
@@ -37,6 +38,7 @@ class AppLauncherHandler : public WebUIMessageHandler, |
// Populate a dictionary with the information from an extension. |
static void CreateAppInfo(const Extension* extension, |
+ const AppNotification* notification, |
ExtensionPrefs* extension_prefs, |
DictionaryValue* value); |