| Index: components/sync/driver/shared_change_processor_ref.h
|
| diff --git a/components/sync_driver/shared_change_processor_ref.h b/components/sync/driver/shared_change_processor_ref.h
|
| similarity index 92%
|
| rename from components/sync_driver/shared_change_processor_ref.h
|
| rename to components/sync/driver/shared_change_processor_ref.h
|
| index 638c4b70360ad618cf8d8dd7a8c9e4d55af56582..c0167b27d7e1ac92800818acbfee17e5d0c87e8f 100644
|
| --- a/components/sync_driver/shared_change_processor_ref.h
|
| +++ b/components/sync/driver/shared_change_processor_ref.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "components/sync/api/sync_change_processor.h"
|
| #include "components/sync/api/sync_error_factory.h"
|
| -#include "components/sync_driver/shared_change_processor.h"
|
| +#include "components/sync/driver/shared_change_processor.h"
|
|
|
| namespace sync_driver {
|
|
|
| @@ -21,8 +21,7 @@ class SharedChangeProcessorRef : public syncer::SyncChangeProcessor,
|
| public syncer::SyncErrorFactory {
|
| public:
|
| SharedChangeProcessorRef(
|
| - const scoped_refptr<SharedChangeProcessor>&
|
| - change_processor);
|
| + const scoped_refptr<SharedChangeProcessor>& change_processor);
|
| ~SharedChangeProcessorRef() override;
|
|
|
| // syncer::SyncChangeProcessor implementation.
|
|
|