Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: components/sync/driver/fake_generic_change_processor.h

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « components/sync/driver/fake_data_type_controller.cc ('k') | components/sync/driver/fake_generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698