| Index: chrome/browser/ui/webui/options/options_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/options_ui.h (revision 91968)
|
| +++ chrome/browser/ui/webui/options/options_ui.h (working copy)
|
| @@ -12,9 +12,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "chrome/browser/ui/webui/chrome_web_ui.h"
|
| +#include "content/common/content_notification_types.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| -#include "content/common/notification_type.h"
|
|
|
| class GURL;
|
| class PrefService;
|
| @@ -44,7 +44,7 @@
|
| virtual void RegisterMessages() {}
|
|
|
| // NotificationObserver implementation.
|
| - virtual void Observe(NotificationType type,
|
| + virtual void Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {}
|
|
|
|
|