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

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

Issue 681823004: Standardize usage of virtual/override/final specifiers. (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 5a6d1954ccfa1915de1596d9ae501006e30485ef..580e8f53e492fe174cc4adb0e21a72e47c84583c 100644
--- a/chrome/browser/ui/location_bar/location_bar_browsertest.cc
+++ b/chrome/browser/ui/location_bar/location_bar_browsertest.cc
@@ -43,7 +43,7 @@ const char kManifestSource[] =
class LocationBarBrowserTest : public ExtensionBrowserTest {
public:
LocationBarBrowserTest() {}
- virtual ~LocationBarBrowserTest() {}
+ ~LocationBarBrowserTest() override {}
protected:
void SetUpCommandLine(base::CommandLine* command_line) override;
@@ -167,7 +167,7 @@ IN_PROC_BROWSER_TEST_F(LocationBarBrowserTest,
class LocationBarBrowserTestWithRedesign : public LocationBarBrowserTest {
public:
LocationBarBrowserTestWithRedesign() {}
- virtual ~LocationBarBrowserTestWithRedesign() {}
+ ~LocationBarBrowserTestWithRedesign() override {}
private:
void SetUpCommandLine(base::CommandLine* command_line) override;

Powered by Google App Engine
This is Rietveld 408576698