| 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 97a5d92d1899bed673d48d038d63ced716d26af9..0b2c395b5ee2daeb450d227304c68aa32b58f772 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;
|
| @@ -60,8 +59,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);
|
|
|