| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 3161bfff139729270dc8885824f88d345d7100d9..b2bf77f16833fff0e4036609a9f8aee3ca94ef69 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -226,7 +226,7 @@ class TestingProfile : public Profile {
|
| // to set a pref service you must invoke this before GetPrefs.
|
| // TestingPrefService takes ownership of |prefs|.
|
| void SetPrefService(PrefServiceSyncable* prefs);
|
| - virtual PrefServiceSyncable* GetPrefs() OVERRIDE;
|
| + virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual history::TopSites* GetTopSites() OVERRIDE;
|
| virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
|
|
|
| @@ -294,7 +294,7 @@ class TestingProfile : public Profile {
|
| const base::Closure& completion) OVERRIDE;
|
| virtual GURL GetHomePage() OVERRIDE;
|
|
|
| - virtual PrefServiceSyncable* GetOffTheRecordPrefs() OVERRIDE;
|
| + virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
|
|
|
| protected:
|
| base::Time start_time_;
|
|
|