Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2171)

Unified Diff: chrome/browser/extensions/api/dial/dial_api_factory.h

Issue 177003015: Pull AsyncApiFunction out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaser! Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698