Index: chrome/browser/ui/location_bar/location_bar_browsertest.cc |
diff --git a/chrome/browser/ui/location_bar/location_bar_browsertest.cc b/chrome/browser/ui/location_bar/location_bar_browsertest.cc |
index feb3321ff186fec10f4a8cd00964dcbd271db05a..3954b1ab05cd83f8fcb21f83d3f956a2f4432c18 100644 |
--- a/chrome/browser/ui/location_bar/location_bar_browsertest.cc |
+++ b/chrome/browser/ui/location_bar/location_bar_browsertest.cc |
@@ -46,7 +46,7 @@ class LocationBarBrowserTest : public ExtensionBrowserTest { |
virtual ~LocationBarBrowserTest() {} |
protected: |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
// Load an extension with a PageAction that sends a message when clicked. |
const extensions::Extension* LoadPageActionExtension( |
@@ -170,7 +170,7 @@ class LocationBarBrowserTestWithRedesign : public LocationBarBrowserTest { |
virtual ~LocationBarBrowserTestWithRedesign() {} |
private: |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
scoped_ptr<extensions::FeatureSwitch::ScopedOverride> enable_redesign_; |