Index: chrome/browser/extensions/menu_manager_factory.h |
diff --git a/chrome/browser/extensions/menu_manager_factory.h b/chrome/browser/extensions/menu_manager_factory.h |
index df480dbccc6a8745159590a701a84de41c02733d..526296f349689c49609d58706b6438531a2704d9 100644 |
--- a/chrome/browser/extensions/menu_manager_factory.h |
+++ b/chrome/browser/extensions/menu_manager_factory.h |
@@ -5,7 +5,8 @@ |
#ifndef CHROME_BROWSER_EXTENSIONS_MENU_MANAGER_FACTORY_H_ |
#define CHROME_BROWSER_EXTENSIONS_MENU_MANAGER_FACTORY_H_ |
-#include "base/memory/scoped_ptr.h" |
+#include <memory> |
+ |
#include "base/memory/singleton.h" |
#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
@@ -22,7 +23,7 @@ class MenuManagerFactory : public BrowserContextKeyedServiceFactory { |
static MenuManagerFactory* GetInstance(); |
- static scoped_ptr<KeyedService> BuildServiceInstanceForTesting( |
+ static std::unique_ptr<KeyedService> BuildServiceInstanceForTesting( |
content::BrowserContext* context); |
private: |