| Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm (revision 106380)
|
| +++ chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm (working copy)
|
| @@ -18,7 +18,7 @@
|
| #include "chrome/common/extensions/extension_action.h"
|
| #include "chrome/common/extensions/extension_resource.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "skia/ext/skia_utils_mac.h"
|
|
|
| namespace {
|
| @@ -186,7 +186,7 @@
|
|
|
| if (IsVisible() != visible) {
|
| SetVisible(visible);
|
| - NotificationService::current()->Notify(
|
| + content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED,
|
| content::Source<ExtensionAction>(page_action_),
|
| content::Details<TabContents>(contents));
|
|
|