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

Unified Diff: chrome/browser/chromeos/login/login_manager_test.h

Issue 856493004: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/chromeos/login/login_manager_test.h
diff --git a/chrome/browser/chromeos/login/login_manager_test.h b/chrome/browser/chromeos/login/login_manager_test.h
index eceb15d2ec6f0226f58905ab103b94ba1c1f3ced..3fc51031a09615d242ade4527abdbe9e675c09a5 100644
--- a/chrome/browser/chromeos/login/login_manager_test.h
+++ b/chrome/browser/chromeos/login/login_manager_test.h
@@ -30,10 +30,10 @@ class LoginManagerTest : public MixinBasedBrowserTest {
explicit LoginManagerTest(bool should_launch_browser);
// Overridden from InProcessBrowserTest.
- virtual void TearDownOnMainThread() override;
- virtual void SetUpCommandLine(base::CommandLine* command_line) override;
- virtual void SetUpInProcessBrowserTestFixture() override;
- virtual void SetUpOnMainThread() override;
+ void TearDownOnMainThread() override;
+ void SetUpCommandLine(base::CommandLine* command_line) override;
+ void SetUpInProcessBrowserTestFixture() override;
+ void SetUpOnMainThread() override;
// Registers the user with the given |user_id| on the device.
// This method should be called in PRE_* test.
« no previous file with comments | « chrome/browser/chromeos/login/login_browsertest.cc ('k') | chrome/browser/chromeos/login/login_screen_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698