| Index: chrome/browser/sync/util/extensions_activity_monitor.cc
|
| ===================================================================
|
| --- chrome/browser/sync/util/extensions_activity_monitor.cc (revision 106380)
|
| +++ chrome/browser/sync/util/extensions_activity_monitor.cc (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "content/browser/browser_thread.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
|
|
| namespace browser_sync {
|
|
|
| @@ -34,7 +34,7 @@
|
| // Observe.
|
| registrar_->Add(monitor_,
|
| chrome::NOTIFICATION_EXTENSION_BOOKMARKS_API_INVOKED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| }
|
|
|
| private:
|
|
|