Index: chrome/browser/extensions/api/dial/dial_api_factory.cc |
diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.cc b/chrome/browser/extensions/api/dial/dial_api_factory.cc |
index 4b5b99e0874eab5e163826c6d35f58367094d267..193d57d22e828c5ca7ba70b7b657d44e04f5cd73 100644 |
--- a/chrome/browser/extensions/api/dial/dial_api_factory.cc |
+++ b/chrome/browser/extensions/api/dial/dial_api_factory.cc |
@@ -12,9 +12,10 @@ |
namespace extensions { |
// static |
-scoped_refptr<DialAPI> DialAPIFactory::GetForProfile(Profile* profile) { |
+scoped_refptr<DialAPI> DialAPIFactory::GetForBrowserContext( |
+ content::BrowserContext* context) { |
return static_cast<DialAPI*>( |
- GetInstance()->GetServiceForBrowserContext(profile, true).get()); |
+ GetInstance()->GetServiceForBrowserContext(context, true).get()); |
} |
// static |