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

Unified Diff: chrome/browser/ui/webui/options/preferences_browsertest.cc

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (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/webui/options/preferences_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/preferences_browsertest.cc b/chrome/browser/ui/webui/options/preferences_browsertest.cc
index f5bcdf9f8168ed8be1f7858bbe8d6ca9cd50ab75..6587ad9586a0427766db9d61ba4face352f56d71 100644
--- a/chrome/browser/ui/webui/options/preferences_browsertest.cc
+++ b/chrome/browser/ui/webui/options/preferences_browsertest.cc
@@ -715,7 +715,7 @@ IN_PROC_BROWSER_TEST_F(PreferencesBrowserTest,
class ManagedPreferencesBrowserTest : public PreferencesBrowserTest {
protected:
// PreferencesBrowserTest implementation:
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
+ virtual void SetUpInProcessBrowserTestFixture() override {
// Set up fake install attributes.
scoped_ptr<policy::StubEnterpriseInstallAttributes> attributes(
new policy::StubEnterpriseInstallAttributes());
@@ -813,7 +813,7 @@ const char* kUserProfilePath = "user_profile";
class ProxyPreferencesBrowserTest : public PreferencesBrowserTest {
public:
- virtual void SetUpOnMainThread() OVERRIDE {
+ virtual void SetUpOnMainThread() override {
SetupNetworkEnvironment();
content::RunAllPendingInMessageLoop();

Powered by Google App Engine
This is Rietveld 408576698