Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: chrome/renderer/chrome_render_view_observer.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698