| Index: components/sync/driver/change_processor.cc
|
| diff --git a/components/sync_driver/change_processor.cc b/components/sync/driver/change_processor.cc
|
| similarity index 89%
|
| rename from components/sync_driver/change_processor.cc
|
| rename to components/sync/driver/change_processor.cc
|
| index 868af42cd1b19f6bd7ad8fdee4f806da79b3a2cb..c0d7915ad9ad8d43f16374311d399568efd14097 100644
|
| --- a/components/sync_driver/change_processor.cc
|
| +++ b/components/sync/driver/change_processor.cc
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync_driver/change_processor.h"
|
| +#include "components/sync/driver/change_processor.h"
|
|
|
| namespace sync_driver {
|
|
|
| ChangeProcessor::ChangeProcessor(syncer::DataTypeErrorHandler* error_handler)
|
| : error_handler_(error_handler), share_handle_(NULL) {}
|
|
|
| -ChangeProcessor::~ChangeProcessor() {
|
| -}
|
| +ChangeProcessor::~ChangeProcessor() {}
|
|
|
| void ChangeProcessor::Start(syncer::UserShare* share_handle) {
|
| DCHECK(!share_handle_);
|
|
|