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

Unified Diff: components/sync_driver/glue/sync_backend_host_impl_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_driver/glue/sync_backend_host_impl_unittest.cc
diff --git a/components/sync_driver/glue/sync_backend_host_impl_unittest.cc b/components/sync_driver/glue/sync_backend_host_impl_unittest.cc
index 2f552070629843e1bd98d822735ff0faeaacbdf1..106666bc17b6cdeaa4439ef89a5db54f24470139 100644
--- a/components/sync_driver/glue/sync_backend_host_impl_unittest.cc
+++ b/components/sync_driver/glue/sync_backend_host_impl_unittest.cc
@@ -24,6 +24,21 @@
#include "components/invalidation/impl/profile_invalidation_provider.h"
#include "components/invalidation/public/invalidator_state.h"
#include "components/invalidation/public/object_id_invalidation_map.h"
+#include "components/sync/base/experiments.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/test_unrecoverable_error_handler.h"
+#include "components/sync/core/http_bridge_network_resources.h"
+#include "components/sync/core/network_resources.h"
+#include "components/sync/core/sync_manager_factory.h"
+#include "components/sync/core/test/fake_sync_manager.h"
+#include "components/sync/engine/model_safe_worker.h"
+#include "components/sync/engine/passive_model_worker.h"
+#include "components/sync/protocol/encryption.pb.h"
+#include "components/sync/protocol/sync_protocol_error.h"
+#include "components/sync/sessions/commit_counters.h"
+#include "components/sync/sessions/status_counters.h"
+#include "components/sync/sessions/update_counters.h"
+#include "components/sync/test/callback_counter.h"
#include "components/sync_driver/device_info.h"
#include "components/sync_driver/fake_sync_client.h"
#include "components/sync_driver/sync_frontend.h"
@@ -34,21 +49,6 @@
#include "google_apis/gaia/gaia_constants.h"
#include "net/url_request/test_url_fetcher_factory.h"
#include "net/url_request/url_request_context_getter.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/engine/model_safe_worker.h"
-#include "sync/internal_api/public/engine/passive_model_worker.h"
-#include "sync/internal_api/public/http_bridge_network_resources.h"
-#include "sync/internal_api/public/network_resources.h"
-#include "sync/internal_api/public/sessions/commit_counters.h"
-#include "sync/internal_api/public/sessions/status_counters.h"
-#include "sync/internal_api/public/sessions/update_counters.h"
-#include "sync/internal_api/public/sync_manager_factory.h"
-#include "sync/internal_api/public/test/fake_sync_manager.h"
-#include "sync/internal_api/public/util/experiments.h"
-#include "sync/protocol/encryption.pb.h"
-#include "sync/protocol/sync_protocol_error.h"
-#include "sync/test/callback_counter.h"
-#include "sync/util/test_unrecoverable_error_handler.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_impl.cc ('k') | components/sync_driver/glue/sync_backend_host_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698