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..de7f368fe1100454bb8bed0f465945e06e7d82cc 100644 |
--- a/chrome/browser/sync/engine/get_commit_ids_command.h |
+++ b/chrome/browser/sync/engine/get_commit_ids_command.h |
@@ -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, |