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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 9232011: sync: Make ProfileSyncService a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: init Created 8 years, 11 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/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 3da13487c24334dcbb4023a6112f5df3f45606eb..68d310b4f54ce9e14a836cf58674d29d29768759 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -720,7 +720,7 @@ HostZoomMap* TestingProfile::GetHostZoomMap() {
return NULL;
}
-bool TestingProfile::HasProfileSyncService() const {
+bool TestingProfile::HasProfileSyncService() {
return (profile_sync_service_.get() != NULL);
}
« chrome/browser/sync/profile_sync_service_factory.cc ('K') | « chrome/test/base/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698