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

Unified Diff: components/sync/core/shared_model_type_processor_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/core/shared_model_type_processor.cc ('k') | components/sync/core/shutdown_reason.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/shared_model_type_processor_unittest.cc
diff --git a/sync/internal_api/shared_model_type_processor_unittest.cc b/components/sync/core/shared_model_type_processor_unittest.cc
similarity index 98%
rename from sync/internal_api/shared_model_type_processor_unittest.cc
rename to components/sync/core/shared_model_type_processor_unittest.cc
index cda505a1b206606a115241fbcb8e6eec3c895151..669abf2799e3d72d681131b97711777d6c0ade44 100644
--- a/sync/internal_api/shared_model_type_processor_unittest.cc
+++ b/components/sync/core/shared_model_type_processor_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/public/shared_model_type_processor.h"
+#include "components/sync/core/shared_model_type_processor.h"
#include <stddef.h>
#include <stdint.h>
@@ -15,19 +15,19 @@
#include "base/memory/ptr_util.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
-#include "sync/api/fake_model_type_service.h"
-#include "sync/engine/commit_queue.h"
-#include "sync/internal_api/public/activation_context.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/data_batch_impl.h"
-#include "sync/internal_api/public/non_blocking_sync_common.h"
-#include "sync/internal_api/public/simple_metadata_change_list.h"
-#include "sync/internal_api/public/test/data_type_error_handler_mock.h"
-#include "sync/protocol/data_type_state.pb.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/syncable/syncable_util.h"
-#include "sync/test/engine/mock_model_type_worker.h"
-#include "sync/util/time.h"
+#include "components/sync/api/fake_model_type_service.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/time.h"
+#include "components/sync/core/activation_context.h"
+#include "components/sync/core/data_batch_impl.h"
+#include "components/sync/core/non_blocking_sync_common.h"
+#include "components/sync/core/simple_metadata_change_list.h"
+#include "components/sync/core/test/data_type_error_handler_mock.h"
+#include "components/sync/engine_impl/commit_queue.h"
+#include "components/sync/protocol/data_type_state.pb.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/syncable/syncable_util.h"
+#include "components/sync/test/engine/mock_model_type_worker.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer_v2 {
« no previous file with comments | « components/sync/core/shared_model_type_processor.cc ('k') | components/sync/core/shutdown_reason.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698