| 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 7d6305c53ae66fdee13ae3f84bb89bb214b12046..2379c019b25955042802be2d3794d349f9c758ee 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -21,7 +21,6 @@
|
|
|
| class ExtensionPrefs;
|
| class ExtensionService;
|
| -class NotificationRegistrar;
|
| class PrefChangeRegistrar;
|
| class PrefsService;
|
| class Profile;
|
| @@ -55,8 +54,8 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
|
|
| // NotificationObserver
|
| virtual void Observe(int type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details) OVERRIDE;
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details) OVERRIDE;
|
|
|
| // Populate the given dictionary with all installed app info.
|
| void FillAppDictionary(base::DictionaryValue* value);
|
|
|