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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
index 28e7c274c30ae1a0b8edf832695a7459c5573b57..5fd817af92e47d9d74dfc9ddec17e215ce8bbb9f 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
@@ -51,8 +51,8 @@ class FullscreenControllerTestWindow : public TestBrowserWindow,
void UpdateFullscreenWithToolbar(bool with_toolbar) override;
bool IsFullscreenWithToolbar() const override;
#if defined(OS_WIN)
- virtual void SetMetroSnapMode(bool enable) override;
- virtual bool IsInMetroSnapMode() const override;
+ void SetMetroSnapMode(bool enable) override;
+ bool IsInMetroSnapMode() const override;
#endif
static const char* GetWindowStateString(WindowState state);
WindowState state() const { return state_; }

Powered by Google App Engine
This is Rietveld 408576698