Chromium Code Reviews| 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..47b14ac7d79c311a2f028423ba8a030a9ddcea5b 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* profile); |
|
Yoyo Zhou
2014/02/27 23:53:46
nit: context
|
| static DialAPIFactory* GetInstance(); |