diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index e8a2c7a..bfd0249 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -228,11 +228,9 @@ class TestingProfile : public Profile { // history service processes all pending requests. void BlockUntilHistoryProcessesPendingRequests(); -#ifdef CHROME_PERSONALIZATION - virtual ProfilePersonalization* GetProfilePersonalization() { + virtual ProfileSyncService* GetProfileSyncService() { return NULL; } -#endif protected: // The path of the profile; the various database and other files are relative |