| 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(
|
|
|