Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
index 7eca8028f34be3071076ac50435470518515a233..5a37889606a6f06eb03d565d5ea0c54ff4a81af9 100644 |
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
@@ -123,7 +123,7 @@ class ProfileSigninConfirmationHelperTest : public testing::Test { |
model_(NULL) { |
} |
- virtual void SetUp() override { |
+ void SetUp() override { |
// Create the profile. |
TestingProfile::Builder builder; |
user_prefs_ = new TestingPrefStoreWithCustomReadError; |
@@ -153,7 +153,7 @@ class ProfileSigninConfirmationHelperTest : public testing::Test { |
#endif |
} |
- virtual void TearDown() override { |
+ void TearDown() override { |
// TestExtensionSystem uses DeleteSoon, so we need to delete the profile |
// and then run the message queue to clean up. |
profile_.reset(); |