| Index: chrome/browser/sync/engine/build_commit_command.h
|
| diff --git a/chrome/browser/sync/engine/build_commit_command.h b/chrome/browser/sync/engine/build_commit_command.h
|
| index c916d0d5777c76d926902775aff5085ff08b0f97..ca7d41245b89ae8fb80f873ffe8a1abd21ed796a 100644
|
| --- a/chrome/browser/sync/engine/build_commit_command.h
|
| +++ b/chrome/browser/sync/engine/build_commit_command.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/sync/engine/syncer_command.h"
|
| #include "chrome/browser/sync/engine/syncproto.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
| @@ -19,7 +20,7 @@ class BuildCommitCommand : public SyncerCommand {
|
| virtual ~BuildCommitCommand();
|
|
|
| // SyncerCommand implementation.
|
| - virtual void ExecuteImpl(sessions::SyncSession* session);
|
| + virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(BuildCommitCommandTest, InterpolatePosition);
|
|
|