| 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 3954b1ab05cd83f8fcb21f83d3f956a2f4432c18..5a6d1954ccfa1915de1596d9ae501006e30485ef 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;
|
| + 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;
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
|
|
| scoped_ptr<extensions::FeatureSwitch::ScopedOverride> enable_redesign_;
|
|
|
|
|