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

Unified Diff: chrome/browser/notifications/message_center_settings_controller_unittest.cc

Issue 869753002: Update {virtual,override,final} to follow C++11 style in chrome, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format 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/notifications/message_center_settings_controller_unittest.cc
diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
index ddc86ca8fe79517556b1a8a17260d8668f4be2c8..4b4420839638edcb4525b06ef9e590b4186b705b 100644
--- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
+++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
@@ -83,7 +83,7 @@ class MessageCenterSettingsControllerChromeOSTest
MessageCenterSettingsControllerBaseTest::TearDown();
}
- virtual TestingProfile* CreateProfile(const std::string& name) override {
+ TestingProfile* CreateProfile(const std::string& name) override {
TestingProfile* profile =
MessageCenterSettingsControllerBaseTest::CreateProfile(name);

Powered by Google App Engine
This is Rietveld 408576698