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

Unified Diff: chrome/browser/themes/theme_syncable_service_unittest.cc

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for review Created 7 years, 8 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/themes/theme_syncable_service_unittest.cc
diff --git a/chrome/browser/themes/theme_syncable_service_unittest.cc b/chrome/browser/themes/theme_syncable_service_unittest.cc
index 8fa7d252c82d0e02ba8989950754e0aa69779fb5..7659361de9cfede45acb0a1366244e6547d625cd 100644
--- a/chrome/browser/themes/theme_syncable_service_unittest.cc
+++ b/chrome/browser/themes/theme_syncable_service_unittest.cc
@@ -126,7 +126,7 @@ class FakeThemeService : public ThemeService {
bool is_dirty_;
};
-ProfileKeyedService* BuildMockThemeService(Profile* profile) {
+ProfileKeyedService* BuildMockThemeService(content::BrowserContext* profile) {
return new FakeThemeService;
}

Powered by Google App Engine
This is Rietveld 408576698