| Index: chrome/browser/extensions/menu_manager.h
|
| diff --git a/chrome/browser/extensions/menu_manager.h b/chrome/browser/extensions/menu_manager.h
|
| index f609dabc3df8613910f337fdd354b095f630e401..e25e58ac052c9150782e4dd4400e5746d659fab5 100644
|
| --- a/chrome/browser/extensions/menu_manager.h
|
| +++ b/chrome/browser/extensions/menu_manager.h
|
| @@ -18,7 +18,7 @@
|
| #include "base/strings/string16.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/extensions/extension_icon_manager.h"
|
| -#include "components/browser_context_keyed_service/browser_context_keyed_service.h"
|
| +#include "components/keyed_service/core/keyed_service.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "extensions/common/url_pattern_set.h"
|
| @@ -267,7 +267,7 @@ class MenuItem {
|
| // This class keeps track of menu items added by extensions.
|
| class MenuManager : public content::NotificationObserver,
|
| public base::SupportsWeakPtr<MenuManager>,
|
| - public BrowserContextKeyedService {
|
| + public KeyedService {
|
| public:
|
| MenuManager(Profile* profile, StateStore* store_);
|
| virtual ~MenuManager();
|
|
|