Index: components/sync/driver/fake_generic_change_processor.h |
diff --git a/components/sync_driver/fake_generic_change_processor.h b/components/sync/driver/fake_generic_change_processor.h |
similarity index 88% |
rename from components/sync_driver/fake_generic_change_processor.h |
rename to components/sync/driver/fake_generic_change_processor.h |
index dbf6d13f4b507d85009efbcb8be757d620cf654e..88b817e32b1f56a04f17545a9deaa77ad9f9c909 100644 |
--- a/components/sync_driver/fake_generic_change_processor.h |
+++ b/components/sync/driver/fake_generic_change_processor.h |
@@ -10,17 +10,16 @@ |
#include "base/macros.h" |
#include "components/sync/api/sync_error.h" |
#include "components/sync/base/model_type.h" |
-#include "components/sync_driver/generic_change_processor.h" |
-#include "components/sync_driver/generic_change_processor_factory.h" |
-#include "components/sync_driver/sync_api_component_factory.h" |
+#include "components/sync/driver/generic_change_processor.h" |
+#include "components/sync/driver/generic_change_processor_factory.h" |
+#include "components/sync/driver/sync_api_component_factory.h" |
namespace sync_driver { |
// A fake GenericChangeProcessor that can return arbitrary values. |
class FakeGenericChangeProcessor : public GenericChangeProcessor { |
public: |
- FakeGenericChangeProcessor(syncer::ModelType type, |
- SyncClient* sync_client); |
+ FakeGenericChangeProcessor(syncer::ModelType type, SyncClient* sync_client); |
~FakeGenericChangeProcessor() override; |
// Setters for GenericChangeProcessor implementation results. |