| Index: chrome/browser/sync/engine/clear_data_command.h
|
| diff --git a/chrome/browser/sync/engine/clear_data_command.h b/chrome/browser/sync/engine/clear_data_command.h
|
| index 763deefcb87b7237d813a121de85a9d147f8c680..f01a78c35eb375f718ede51cc0f60382c7f2d2e5 100644
|
| --- a/chrome/browser/sync/engine/clear_data_command.h
|
| +++ b/chrome/browser/sync/engine/clear_data_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.
|
|
|
| @@ -20,7 +20,7 @@ class ClearDataCommand : public SyncerCommand {
|
| virtual ~ClearDataCommand();
|
|
|
| // SyncerCommand implementation.
|
| - virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
| + virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ClearDataCommand);
|
|
|