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

Unified Diff: components/sync/engine_impl/model_type_worker_unittest.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
« no previous file with comments | « components/sync/engine_impl/model_type_worker.cc ('k') | components/sync/engine_impl/net/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/model_type_worker_unittest.cc
diff --git a/sync/engine/model_type_worker_unittest.cc b/components/sync/engine_impl/model_type_worker_unittest.cc
similarity index 98%
rename from sync/engine/model_type_worker_unittest.cc
rename to components/sync/engine_impl/model_type_worker_unittest.cc
index 367022975bd879ca931b970461b3367a2d235841..d8ae9d24246f6502372b83ad17ef1cce5053f25b 100644
--- a/sync/engine/model_type_worker_unittest.cc
+++ b/components/sync/engine_impl/model_type_worker_unittest.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>
@@ -12,18 +12,18 @@
#include "base/bind.h"
#include "base/memory/ptr_util.h"
#include "base/strings/stringprintf.h"
-#include "sync/engine/commit_contribution.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/model_type_processor.h"
-#include "sync/internal_api/public/non_blocking_sync_common.h"
-#include "sync/protocol/data_type_state.pb.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/status_controller.h"
-#include "sync/syncable/syncable_util.h"
-#include "sync/test/engine/mock_model_type_processor.h"
-#include "sync/test/engine/mock_nudge_handler.h"
-#include "sync/test/engine/single_type_mock_server.h"
-#include "sync/test/fake_encryptor.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/core/model_type_processor.h"
+#include "components/sync/core/non_blocking_sync_common.h"
+#include "components/sync/engine_impl/commit_contribution.h"
+#include "components/sync/protocol/data_type_state.pb.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/sessions_impl/status_controller.h"
+#include "components/sync/syncable/syncable_util.h"
+#include "components/sync/test/engine/mock_model_type_processor.h"
+#include "components/sync/test/engine/mock_nudge_handler.h"
+#include "components/sync/test/engine/single_type_mock_server.h"
+#include "components/sync/test/fake_encryptor.h"
#include "testing/gtest/include/gtest/gtest.h"
static const syncer::ModelType kModelType = syncer::PREFERENCES;
« no previous file with comments | « components/sync/engine_impl/model_type_worker.cc ('k') | components/sync/engine_impl/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698