| 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 8f41f2f88ad27cd5ada9f31acbdc480f816e46b7..dcdbc519bede157a1107eb1787895656accddd98 100644
|
| --- a/chrome/browser/sync/engine/get_commit_ids_command.h
|
| +++ b/chrome/browser/sync/engine/get_commit_ids_command.h
|
| @@ -9,6 +9,7 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/sync/engine/syncer_command.h"
|
| #include "chrome/browser/sync/engine/syncer_util.h"
|
| #include "chrome/browser/sync/sessions/ordered_commit_set.h"
|
| @@ -27,7 +28,7 @@ class GetCommitIdsCommand : public SyncerCommand {
|
| virtual ~GetCommitIdsCommand();
|
|
|
| // SyncerCommand implementation.
|
| - virtual void ExecuteImpl(sessions::SyncSession* session);
|
| + virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
|
|
| // Builds a vector of IDs that should be committed.
|
| void BuildCommitIds(const vector<int64>& unsynced_handles,
|
|
|