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

Unified Diff: chrome/browser/sync/abstract_profile_sync_service_test.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/sync/abstract_profile_sync_service_test.h
diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
index 19ba84255c7f8a5a358868a3eb8bf02fe6dd2c90..491e0849b7765c4e2253d7250f18c5fd14078842 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
@@ -48,7 +48,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
bool CreateRoot(syncer::ModelType model_type);
- static ProfileKeyedService* BuildTokenService(
+ static BrowserContextKeyedService* BuildTokenService(
content::BrowserContext* profile);
protected:

Powered by Google App Engine
This is Rietveld 408576698