Index: chrome/browser/extensions/api/dial/dial_api_factory.h |
diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.h b/chrome/browser/extensions/api/dial/dial_api_factory.h |
index 39a25cdb34308bee8a2cf3de9425ab06312c8aa3..f5fb18e4684d6f1fb816bfa17b55ed9d11fc119a 100644 |
--- a/chrome/browser/extensions/api/dial/dial_api_factory.h |
+++ b/chrome/browser/extensions/api/dial/dial_api_factory.h |
@@ -8,15 +8,14 @@ |
#include "base/memory/singleton.h" |
#include "components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h" |
-class Profile; |
- |
namespace extensions { |
class DialAPI; |
class DialAPIFactory : public RefcountedBrowserContextKeyedServiceFactory { |
public: |
- static scoped_refptr<DialAPI> GetForProfile(Profile* profile); |
+ static scoped_refptr<DialAPI> GetForBrowserContext( |
+ content::BrowserContext* context); |
static DialAPIFactory* GetInstance(); |