From f1484c5242850142011c4db4572b9b742f6b56f5 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 22 May 2013 23:25:44 +0000 Subject: Remove references to Profile from browser_context_keyed_service. BUG=227219 R=joi@chromium.org Review URL: https://codereview.chromium.org/15517005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201634 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/profile_sync_service_mock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 1d6a682..ec96733 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()); -- cgit v1.1