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

Unified Diff: components/sync/device_info/device_info_service_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/device_info/device_info_service_unittest.cc
diff --git a/components/sync/device_info/device_info_service_unittest.cc b/components/sync/device_info/device_info_service_unittest.cc
index c88cc7c9ec2c92a59ef6c194d79646d85884c07a..76a6eb9b144f86ce5a50bf5402be1990de7f20c0 100644
--- a/components/sync/device_info/device_info_service_unittest.cc
+++ b/components/sync/device_info/device_info_service_unittest.cc
@@ -4,10 +4,7 @@
#include "components/sync/device_info/device_info_service.h"
-#include <map>
-#include <memory>
#include <set>
-#include <string>
#include <utility>
#include "base/bind.h"
@@ -20,7 +17,6 @@
#include "components/sync/api/entity_data.h"
#include "components/sync/api/fake_model_type_change_processor.h"
#include "components/sync/api/metadata_batch.h"
-#include "components/sync/api/model_type_store.h"
#include "components/sync/base/time.h"
#include "components/sync/core/test/model_type_store_test_util.h"
#include "components/sync/device_info/local_device_info_provider_mock.h"

Powered by Google App Engine
This is Rietveld 408576698