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

Unified Diff: chrome/browser/profile_resetter/profile_resetter_unittest.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/profile_resetter/profile_resetter_unittest.cc
diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
index cbaf2323673bbf45155aa662f0ebc5dd719e30a6..62dc99c3d85b22fef8e27703cb85938201963a0e 100644
--- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
+++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
@@ -103,7 +103,7 @@ class ProfileResetterTest : public extensions::ExtensionServiceTestBase,
virtual ~ProfileResetterTest();
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
TestingProfile* profile() { return profile_.get(); }
@@ -161,7 +161,7 @@ KeyedService* ProfileResetterTest::CreateTemplateURLService(
class PinnedTabsResetTest : public BrowserWithTestWindowTest,
public ProfileResetterTestBase {
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
content::WebContents* CreateWebContents();
};
@@ -184,7 +184,7 @@ struct URLFetcherRequestListener : net::URLFetcherDelegate {
URLFetcherRequestListener();
virtual ~URLFetcherRequestListener();
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
std::string upload_data;
net::URLFetcherDelegate* real_delegate;
« no previous file with comments | « chrome/browser/profile_resetter/profile_resetter_browsertest.cc ('k') | chrome/browser/profiles/avatar_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698