| Index: chrome/browser/sync/engine/cleanup_disabled_types_command.h
|
| diff --git a/chrome/browser/sync/engine/cleanup_disabled_types_command.h b/chrome/browser/sync/engine/cleanup_disabled_types_command.h
|
| index f5d2f40cf8135b204cb0516c8ed8b0cdec066825..9ba50197ceb68858d0734486230274f76d96dbd7 100644
|
| --- a/chrome/browser/sync/engine/cleanup_disabled_types_command.h
|
| +++ b/chrome/browser/sync/engine/cleanup_disabled_types_command.h
|
| @@ -34,7 +34,7 @@ class CleanupDisabledTypesCommand : public SyncerCommand {
|
| virtual ~CleanupDisabledTypesCommand();
|
|
|
| // SyncerCommand implementation.
|
| - virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
| + virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CleanupDisabledTypesCommand);
|
|
|