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

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

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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 bca5b8170d594ca61fa2afda86231bc7b12bcab6..fe4b6b95ed406f6a479938633df405a98c2c4b6a 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
@@ -59,7 +59,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
bool CreateRoot(syncable::ModelType model_type);
- static ProfileKeyedBase* BuildTokenService(Profile* profile);
+ static ProfileKeyedService* BuildTokenService(Profile* profile);
protected:
MessageLoopForUI ui_loop_;
content::TestBrowserThread ui_thread_;
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_profile_unittest.cc ('k') | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698