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

Unified Diff: components/sync/engine_impl/directory_commit_contribution_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/engine_impl/directory_commit_contribution_unittest.cc
diff --git a/components/sync/engine_impl/directory_commit_contribution_unittest.cc b/components/sync/engine_impl/directory_commit_contribution_unittest.cc
index 68637264104c4ba0552bf7391b7a2982e4325918..6986dd000b52a596d62f9f795f9680f1843f8180 100644
--- a/components/sync/engine_impl/directory_commit_contribution_unittest.cc
+++ b/components/sync/engine_impl/directory_commit_contribution_unittest.cc
@@ -4,14 +4,11 @@
#include "components/sync/engine_impl/directory_commit_contribution.h"
-#include <stdint.h>
-
#include <set>
#include <string>
#include "base/message_loop/message_loop.h"
#include "components/sync/base/attachment_id_proto.h"
-#include "components/sync/engine_impl/cycle/status_controller.h"
#include "components/sync/syncable/entry.h"
#include "components/sync/syncable/mutable_entry.h"
#include "components/sync/syncable/syncable_read_transaction.h"

Powered by Google App Engine
This is Rietveld 408576698