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

Unified Diff: components/sync/core_impl/protocol_event_buffer_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/protocol_event_buffer_unittest.cc
diff --git a/components/sync/core_impl/protocol_event_buffer_unittest.cc b/components/sync/core_impl/protocol_event_buffer_unittest.cc
index 88591e2917e7e0fe5da2ba153d7e727fd660abc8..b545e02e3a3ed8143d3a452fd8d54ab808827db4 100644
--- a/components/sync/core_impl/protocol_event_buffer_unittest.cc
+++ b/components/sync/core_impl/protocol_event_buffer_unittest.cc
@@ -4,11 +4,8 @@
#include "components/sync/core_impl/protocol_event_buffer.h"
-#include <stddef.h>
#include <stdint.h>
-#include <memory>
-
#include "base/time/time.h"
#include "components/sync/engine/events/poll_get_updates_request_event.h"
#include "components/sync/engine/events/protocol_event.h"

Powered by Google App Engine
This is Rietveld 408576698