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