Index: chrome/browser/sync/engine/get_commit_ids_command.h |
diff --git a/chrome/browser/sync/engine/get_commit_ids_command.h b/chrome/browser/sync/engine/get_commit_ids_command.h |
index b7286711860832d58bb8713f958ed8a5a59de761..cff27b59075ea8b0e408c9f7c221a5ce4258ebdf 100644 |
--- a/chrome/browser/sync/engine/get_commit_ids_command.h |
+++ b/chrome/browser/sync/engine/get_commit_ids_command.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 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. |
@@ -28,7 +28,7 @@ class GetCommitIdsCommand : public SyncerCommand { |
virtual ~GetCommitIdsCommand(); |
// SyncerCommand implementation. |
- virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE; |
+ virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE; |
// Builds a vector of IDs that should be committed. |
void BuildCommitIds(const vector<int64>& unsynced_handles, |