| 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 66a731f1d1f50a4659cb4ea1099127b73004c46b..88494c51c6ac42bdaf706bba0120ba0b27b16e25 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -37,7 +37,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
|
|
| // Populate a dictionary with the information from an extension.
|
| static void CreateAppInfo(
|
| - const Extension* extension,
|
| + const extensions::Extension* extension,
|
| const AppNotification* notification,
|
| ExtensionService* service,
|
| base::DictionaryValue* value);
|
| @@ -56,7 +56,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| // Create a dictionary value for the given extension. May return NULL, e.g. if
|
| // the given extension is not an app. If non-NULL, the caller assumes
|
| // ownership of the pointer.
|
| - base::DictionaryValue* GetAppInfo(const Extension* extension);
|
| + base::DictionaryValue* GetAppInfo(const extensions::Extension* extension);
|
|
|
| // Populate the given dictionary with the web store promo content.
|
| void FillPromoDictionary(base::DictionaryValue* value);
|
|
|