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

Unified Diff: components/sync/api/sync_data_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
« no previous file with comments | « components/sync/api/sync_change_unittest.cc ('k') | components/sync/api/sync_error_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_data_unittest.cc
diff --git a/components/sync/api/sync_data_unittest.cc b/components/sync/api/sync_data_unittest.cc
index 10f07ec1451b749e1e56976b3c7c62595ec93a85..c892d15af5be8f923efc23db9338148bf26fcddf 100644
--- a/components/sync/api/sync_data_unittest.cc
+++ b/components/sync/api/sync_data_unittest.cc
@@ -4,19 +4,13 @@
#include "components/sync/api/sync_data.h"
-#include <stdint.h>
-
#include <memory>
-#include <string>
#include "base/memory/ref_counted_memory.h"
#include "base/message_loop/message_loop.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "base/time/time.h"
-#include "components/sync/api/attachments/attachment_id.h"
#include "components/sync/core/attachments/attachment_service.h"
#include "components/sync/core/attachments/attachment_service_impl.h"
-#include "components/sync/core/attachments/attachment_service_proxy.h"
#include "components/sync/protocol/sync.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/api/sync_change_unittest.cc ('k') | components/sync/api/sync_error_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698