Index: chrome/renderer/chrome_render_view_observer.h |
diff --git a/chrome/renderer/chrome_render_view_observer.h b/chrome/renderer/chrome_render_view_observer.h |
index 61fffbf74fad070151416f5de18c2db4eb073f7d..7974ede4af567c13796ab15072853d332f79fcd3 100644 |
--- a/chrome/renderer/chrome_render_view_observer.h |
+++ b/chrome/renderer/chrome_render_view_observer.h |
@@ -12,7 +12,7 @@ |
#include "base/macros.h" |
#include "base/timer/timer.h" |
#include "build/build_config.h" |
-#include "content/public/common/top_controls_state.h" |
+#include "content/public/common/browser_controls_state.h" |
#include "content/public/renderer/render_view_observer.h" |
#include "url/gurl.h" |
@@ -53,8 +53,8 @@ class ChromeRenderViewObserver : public content::RenderViewObserver { |
void OnSetVisuallyDeemphasized(bool deemphasized); |
#endif |
#if defined(OS_ANDROID) |
- void OnUpdateTopControlsState(content::TopControlsState constraints, |
- content::TopControlsState current, |
+ void OnUpdateTopControlsState(content::BrowserControlsState constraints, |
+ content::BrowserControlsState current, |
bool animate); |
#endif |
void OnGetWebApplicationInfo(); |