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

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

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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/notification_browsertest.cc
diff --git a/chrome/browser/notifications/notification_browsertest.cc b/chrome/browser/notifications/notification_browsertest.cc
index d0f9a7382adb869f9195e8c55cecb85ca17c7bdf..55ef39b6ffff453921df1a27a8fecb818652b577 100644
--- a/chrome/browser/notifications/notification_browsertest.cc
+++ b/chrome/browser/notifications/notification_browsertest.cc
@@ -76,7 +76,7 @@ class MessageCenterChangeObserver
message_center::MessageCenter::Get()->AddObserver(this);
}
- ~MessageCenterChangeObserver() {
+ virtual ~MessageCenterChangeObserver() {
message_center::MessageCenter::Get()->RemoveObserver(this);
}
@@ -89,7 +89,7 @@ class MessageCenterChangeObserver
return notification_received_;
}
- virtual void OnMessageCenterChanged(bool new_notification) {
+ virtual void OnMessageCenterChanged(bool new_notification) OVERRIDE {
notification_received_ = true;
if (message_loop_runner_)
message_loop_runner_->Quit();
« no previous file with comments | « chrome/browser/history/delete_directive_handler.cc ('k') | chrome/browser/policy/cloud/component_cloud_policy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698