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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.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/panels/base_panel_browser_test.cc
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.cc b/chrome/browser/ui/panels/base_panel_browser_test.cc
index 7c90c8cb6bc8c25bb06707b1047e7d88291e25da..5c5a5b5bd7b4698a18209e7410b4906d0d4648da 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.cc
+++ b/chrome/browser/ui/panels/base_panel_browser_test.cc
@@ -64,8 +64,10 @@ class MockDisplaySettingsProviderImpl :
// Overridden from DisplaySettingsProvider:
virtual gfx::Rect GetPrimaryDisplayArea() const OVERRIDE;
virtual gfx::Rect GetPrimaryWorkArea() const OVERRIDE;
- virtual gfx::Rect GetDisplayAreaMatching(const gfx::Rect& bounds) const;
- virtual gfx::Rect GetWorkAreaMatching(const gfx::Rect& bounds) const;
+ virtual gfx::Rect GetDisplayAreaMatching(
+ const gfx::Rect& bounds) const OVERRIDE;
+ virtual gfx::Rect GetWorkAreaMatching(
+ const gfx::Rect& bounds) const OVERRIDE;
virtual bool IsAutoHidingDesktopBarEnabled(
DesktopBarAlignment alignment) OVERRIDE;
virtual int GetDesktopBarThickness(

Powered by Google App Engine
This is Rietveld 408576698