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

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

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style 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/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 1d6a682238a0d3d8e2863d7064cad7bf2dcd6237..ec967330e05f48b58ebf5d0166d2e1fc7bf6f42e 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -30,8 +30,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
static TestingProfile* MakeSignedInTestingProfile();
// Helper routine to be used in conjunction with
- // ProfileKeyedServiceFactory::SetTestingFactory().
- static ProfileKeyedService* BuildMockProfileSyncService(
+ // BrowserContextKeyedServiceFactory::SetTestingFactory().
+ static BrowserContextKeyedService* BuildMockProfileSyncService(
content::BrowserContext* profile);
MOCK_METHOD0(DisableForUser, void());

Powered by Google App Engine
This is Rietveld 408576698