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

Unified Diff: chrome/browser/sync/engine/process_commit_response_command.h

Issue 8470005: Add OVERRIDE to chrome/browser/sync/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 9 years, 1 month 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/sync/engine/process_commit_response_command.h
diff --git a/chrome/browser/sync/engine/process_commit_response_command.h b/chrome/browser/sync/engine/process_commit_response_command.h
index dbba580d58928e3a15f1361edced1a8016a83c61..dd13806b8695f99a680d1554a1795966d0398fdf 100644
--- a/chrome/browser/sync/engine/process_commit_response_command.h
+++ b/chrome/browser/sync/engine/process_commit_response_command.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,6 +10,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "chrome/browser/sync/engine/model_changing_syncer_command.h"
#include "chrome/browser/sync/engine/syncproto.h"
@@ -28,8 +29,9 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
virtual ~ProcessCommitResponseCommand();
// ModelChangingSyncerCommand implementation.
- virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session);
- virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
+ virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session) OVERRIDE;
+ virtual void ModelChangingExecuteImpl(
+ sessions::SyncSession* session) OVERRIDE;
private:
CommitResponse::ResponseType ProcessSingleCommitResponse(
« no previous file with comments | « chrome/browser/sync/engine/post_commit_message_command.h ('k') | chrome/browser/sync/engine/process_updates_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698