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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl_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/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 47853f2478d4f59ee64a91516fd7aa21ca4fbb7b..3f1404a0a01040c55c8f4488df258148d44ea1bd 100644
--- a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
+++ b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
@@ -4,11 +4,7 @@
#include "components/sync/driver/glue/sync_backend_host_impl.h"
-#include <stdint.h>
-
#include <cstddef>
-#include <map>
-#include <memory>
#include <utility>
#include "base/files/file_util.h"
@@ -25,7 +21,6 @@
#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"
@@ -40,8 +35,6 @@
#include "components/sync/engine/cycle/update_counters.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/test/callback_counter.h"
#include "components/syncable_prefs/pref_service_syncable.h"
#include "components/syncable_prefs/testing_pref_service_syncable.h"

Powered by Google App Engine
This is Rietveld 408576698