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

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

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile 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/profile_sync_service_mock.h
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h
index d03528beb1d0f9e255a5b58a01b0bffe01b60e28..2cda91dc4c8b56a13866a30d6ad03246122dbd8e 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -32,7 +32,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
// Helper routine to be used in conjunction with
// ProfileKeyedServiceFactory::SetTestingFactory().
- static ProfileKeyedBase* BuildMockProfileSyncService(Profile* profile);
+ static ProfileKeyedService* BuildMockProfileSyncService(Profile* profile);
MOCK_METHOD0(DisableForUser, void());
MOCK_METHOD2(OnBackendInitialized,

Powered by Google App Engine
This is Rietveld 408576698