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

Unified Diff: content/public/renderer/render_view.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: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 80c01ef56e9321c2a10ff46089de4a55569a1afe..a5d951d08e10fee8785a44a3b5d8d6eb611ffe57 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -12,7 +12,7 @@
#include "base/strings/string16.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
-#include "content/public/common/top_controls_state.h"
+#include "content/public/common/browser_controls_state.h"
#include "ipc/ipc_sender.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/native_widget_types.h"
@@ -119,8 +119,8 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
virtual const std::string& GetAcceptLanguages() const = 0;
#if defined(OS_ANDROID)
- virtual void UpdateTopControlsState(TopControlsState constraints,
- TopControlsState current,
+ virtual void UpdateTopControlsState(BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) = 0;
#endif

Powered by Google App Engine
This is Rietveld 408576698