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

Unified Diff: chrome/browser/ui/location_bar/location_bar_browsertest.cc

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/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_;

Powered by Google App Engine
This is Rietveld 408576698