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

Unified Diff: components/sync/core_impl/model_type_connector_proxy_unittest.cc

Issue 2388973002: [Sync] Removing duplicate includes, part 2. (Closed)
Patch Set: Update for Max's comments. Created 4 years, 2 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/components/sync/core_impl/model_type_connector_proxy_unittest.cc b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
index d87fd8594925533c2cca71b7d04d40f0e8d51106..381cc1eb5d71660acfac388987250d3665353f5a 100644
--- a/components/sync/core_impl/model_type_connector_proxy_unittest.cc
+++ b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
@@ -11,13 +11,10 @@
#include "base/memory/ptr_util.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
-#include "base/sequenced_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
#include "components/sync/api/data_type_error_handler_mock.h"
#include "components/sync/api/stub_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/engine_impl/model_type_registry.h"
#include "components/sync/test/engine/mock_nudge_handler.h"

Powered by Google App Engine
This is Rietveld 408576698