| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 274f6c42093ddf2b0a4d88c69f773ecaea0cf8f7..b11c4e90fb6a6b6d91310dc807728d32d55ea566 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -278,7 +278,7 @@ class TestingProfile : public Profile {
|
| net::CookieMonster* GetCookieMonster();
|
|
|
| PrefService* GetPrefs() override;
|
| -
|
| + chrome::ChromeZoomLevelPrefs* GetZoomLevelPrefs() override;
|
| history::TopSites* GetTopSites() override;
|
| history::TopSites* GetTopSitesWithoutCreating() override;
|
|
|
|
|