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

Unified Diff: components/sync/core_impl/model_type_connector_proxy_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
Index: components/sync/core_impl/model_type_connector_proxy_unittest.cc
diff --git a/sync/internal_api/model_type_connector_proxy_unittest.cc b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
similarity index 87%
rename from sync/internal_api/model_type_connector_proxy_unittest.cc
rename to components/sync/core_impl/model_type_connector_proxy_unittest.cc
index 718cd2fe9f560c29a587b81d2fcca6eb752d2408..a008e74a703eec2dfd32ea092b2b555dafc5d896 100644
--- a/sync/internal_api/model_type_connector_proxy_unittest.cc
+++ b/components/sync/core_impl/model_type_connector_proxy_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/internal_api/model_type_connector_proxy.h"
+#include "components/sync/core_impl/model_type_connector_proxy.h"
#include <utility>
#include <vector>
@@ -13,15 +13,15 @@
#include "base/run_loop.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "sync/api/fake_model_type_service.h"
-#include "sync/internal_api/public/activation_context.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/model_type_connector.h"
-#include "sync/internal_api/public/shared_model_type_processor.h"
-#include "sync/internal_api/public/test/data_type_error_handler_mock.h"
-#include "sync/sessions/model_type_registry.h"
-#include "sync/test/engine/mock_nudge_handler.h"
-#include "sync/test/engine/test_directory_setter_upper.h"
+#include "components/sync/api/fake_model_type_service.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/core/activation_context.h"
+#include "components/sync/core/model_type_connector.h"
+#include "components/sync/core/shared_model_type_processor.h"
+#include "components/sync/core/test/data_type_error_handler_mock.h"
+#include "components/sync/sessions_impl/model_type_registry.h"
+#include "components/sync/test/engine/mock_nudge_handler.h"
+#include "components/sync/test/engine/test_directory_setter_upper.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer_v2 {
« no previous file with comments | « components/sync/core_impl/model_type_connector_proxy.cc ('k') | components/sync/core_impl/protocol_event_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698