| Index: chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm (revision 106380)
|
| +++ chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm (working copy)
|
| @@ -21,7 +21,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "content/browser/user_metrics.h"
|
| #include "content/public/browser/notification_observer.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "grit/chromium_strings.h"
|
| @@ -64,8 +64,9 @@
|
| public:
|
| explicit ZoomLevelObserver(WrenchMenuController* controller)
|
| : controller_(controller) {
|
| - registrar_.Add(this, content::NOTIFICATION_ZOOM_LEVEL_CHANGED,
|
| - NotificationService::AllBrowserContextsAndSources());
|
| + registrar_.Add(
|
| + this, content::NOTIFICATION_ZOOM_LEVEL_CHANGED,
|
| + content::NotificationService::AllBrowserContextsAndSources());
|
| }
|
|
|
| void Observe(int type,
|
|
|