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

Unified Diff: chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h

Issue 174513003: Move ProfileKeyedAPI implementations to take BrowserContext in the constructor (part 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/settings_overrides/settings_overrides_api.h
diff --git a/chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h b/chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h
index 41cdb4d5629c1134eda0dac301dfcd9173067b1c..c4b65e71ba6d7b832553147b35d2b0f9797156d7 100644
--- a/chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h
+++ b/chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h
@@ -21,7 +21,7 @@ namespace extensions {
class SettingsOverridesAPI : public ProfileKeyedAPI,
public content::NotificationObserver {
public:
- explicit SettingsOverridesAPI(Profile* profile);
+ explicit SettingsOverridesAPI(content::BrowserContext* context);
virtual ~SettingsOverridesAPI();
// ProfileKeyedAPI implementation.

Powered by Google App Engine
This is Rietveld 408576698