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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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/sync_api_component_factory.h
diff --git a/components/sync/driver/sync_api_component_factory.h b/components/sync/driver/sync_api_component_factory.h
index ed8f7b8c763c3daba50b820e0f65d3600a08e4fe..f55e55979c6c9495b0c3d422a82000b5e4b74ae3 100644
--- a/components/sync/driver/sync_api_component_factory.h
+++ b/components/sync/driver/sync_api_component_factory.h
@@ -9,11 +9,11 @@
#include <string>
#include "base/memory/weak_ptr.h"
-#include "components/sync/api/attachments/attachment_service.h"
-#include "components/sync/api/data_type_error_handler.h"
-#include "components/sync/api/syncable_service.h"
#include "components/sync/base/model_type.h"
#include "components/sync/driver/data_type_controller.h"
+#include "components/sync/model/attachments/attachment_service.h"
+#include "components/sync/model/data_type_error_handler.h"
+#include "components/sync/model/syncable_service.h"
namespace base {
class FilePath;
« no previous file with comments | « components/sync/driver/shared_change_processor_unittest.cc ('k') | components/sync/driver/sync_api_component_factory_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698