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

Unified Diff: components/sync/engine_impl/model_type_worker.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/engine_impl/model_type_worker.cc
diff --git a/sync/engine/model_type_worker.cc b/components/sync/engine_impl/model_type_worker.cc
similarity index 97%
rename from sync/engine/model_type_worker.cc
rename to components/sync/engine_impl/model_type_worker.cc
index 53aeba1611c49835721db118f6bfddda5c85160a..dc238bb9db3e3f3005679c3301427818bcf880eb 100644
--- a/sync/engine/model_type_worker.cc
+++ b/components/sync/engine_impl/model_type_worker.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/engine/model_type_worker.h"
+#include "components/sync/engine_impl/model_type_worker.h"
#include <stddef.h>
#include <stdint.h>
@@ -16,13 +16,13 @@
#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/strings/stringprintf.h"
-#include "sync/engine/commit_contribution.h"
-#include "sync/engine/non_blocking_type_commit_contribution.h"
-#include "sync/engine/worker_entity_tracker.h"
-#include "sync/internal_api/public/model_type_processor.h"
-#include "sync/syncable/syncable_util.h"
-#include "sync/util/cryptographer.h"
-#include "sync/util/time.h"
+#include "components/sync/base/cryptographer.h"
+#include "components/sync/base/time.h"
+#include "components/sync/core/model_type_processor.h"
+#include "components/sync/engine_impl/commit_contribution.h"
+#include "components/sync/engine_impl/non_blocking_type_commit_contribution.h"
+#include "components/sync/engine_impl/worker_entity_tracker.h"
+#include "components/sync/syncable/syncable_util.h"
namespace syncer_v2 {
« no previous file with comments | « components/sync/engine_impl/model_type_worker.h ('k') | components/sync/engine_impl/model_type_worker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698