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

Unified Diff: chrome/browser/extensions/app_notification_manager_sync_unittest.cc

Issue 12212047: Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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/extensions/app_notification_manager_sync_unittest.cc
===================================================================
--- chrome/browser/extensions/app_notification_manager_sync_unittest.cc (revision 181040)
+++ chrome/browser/extensions/app_notification_manager_sync_unittest.cc (working copy)
@@ -37,7 +37,7 @@
// Store a copy of all the changes passed in so we can examine them later.
virtual syncer::SyncError ProcessSyncChanges(
const tracked_objects::Location& from_here,
- const syncer::SyncChangeList& change_list) {
+ const syncer::SyncChangeList& change_list) OVERRIDE {
// change_map_.erase(change_map_.begin(), change_map_.end());
for (syncer::SyncChangeList::const_iterator iter = change_list.begin();
iter != change_list.end(); ++iter) {
@@ -100,7 +100,7 @@
sync_processor_delegate_(new SyncChangeProcessorDelegate(
sync_processor_.get())) {}
- ~AppNotificationManagerSyncTest() {
+ virtual ~AppNotificationManagerSyncTest() {
model_ = NULL;
}

Powered by Google App Engine
This is Rietveld 408576698