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

Unified Diff: chrome/browser/ui/browser_command_controller_unittest.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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/browser_command_controller_unittest.cc
diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc
index a899ec50a284eb18ed6199671efab76a510ea1d1..aeaa1df6d4685bb61911fe90e13fe164f2138d7b 100644
--- a/chrome/browser/ui/browser_command_controller_unittest.cc
+++ b/chrome/browser/ui/browser_command_controller_unittest.cc
@@ -191,7 +191,7 @@ class FullscreenTestBrowserWindow : public TestBrowserWindow {
virtual ~FullscreenTestBrowserWindow() {}
// TestBrowserWindow overrides:
- virtual bool ShouldHideUIForFullscreen() const {
+ virtual bool ShouldHideUIForFullscreen() const OVERRIDE {
return fullscreen_;
}
virtual bool IsFullscreen() const OVERRIDE {
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | chrome/browser/ui/panels/base_panel_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698