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

Unified Diff: mojo/examples/window_manager/debug_panel.h

Issue 623573002: Mojo: Convert the remaining OVERRIDEs to override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/examples/window_manager/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/window_manager/debug_panel.h
diff --git a/mojo/examples/window_manager/debug_panel.h b/mojo/examples/window_manager/debug_panel.h
index 3a771aab8cc8b91f4df16bb01d6e9cbe98da0103..160e4003f3e7c4ff4a65552cf13ca1ea1ca66b59 100644
--- a/mojo/examples/window_manager/debug_panel.h
+++ b/mojo/examples/window_manager/debug_panel.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/layout/layout_manager.h"
@@ -48,10 +49,10 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
private:
// LayoutManager overrides:
- virtual gfx::Size GetPreferredSize(const views::View* view) const OVERRIDE;
- virtual void Layout(views::View* host) OVERRIDE;
+ virtual gfx::Size GetPreferredSize(const views::View* view) const override;
+ virtual void Layout(views::View* host) override;
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
void Navigate(const std::string& url);
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698