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..57b1febd98b78ff2f0829dc960887b89e4468874 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -11,6 +11,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/profiles/profile.h" |
+#include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h" |
tfarina
2014/11/17 01:57:12
why did you include this here? for ChromeZoomLevel
|
#include "components/domain_reliability/clear_mode.h" |
#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
@@ -278,7 +279,7 @@ class TestingProfile : public Profile { |
net::CookieMonster* GetCookieMonster(); |
PrefService* GetPrefs() override; |
- |
+ chrome::ChromeZoomLevelPrefs* GetZoomLevelPrefs() override; |
history::TopSites* GetTopSites() override; |
history::TopSites* GetTopSitesWithoutCreating() override; |