summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/menu_manager_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/menu_manager_factory.cc')
-rw-r--r--chrome/browser/extensions/menu_manager_factory.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/menu_manager_factory.cc b/chrome/browser/extensions/menu_manager_factory.cc
index c90d888..60fa844 100644
--- a/chrome/browser/extensions/menu_manager_factory.cc
+++ b/chrome/browser/extensions/menu_manager_factory.cc
@@ -14,10 +14,10 @@
namespace extensions {
// static
-MenuManager* MenuManagerFactory::GetForProfile(
- Profile* profile) {
+MenuManager* MenuManagerFactory::GetForBrowserContext(
+ content::BrowserContext* context) {
return static_cast<MenuManager*>(
- GetInstance()->GetServiceForBrowserContext(profile, true));
+ GetInstance()->GetServiceForBrowserContext(context, true));
}
// static