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

Unified Diff: components/sync/engine_impl/events/protocol_event_buffer_unittest.cc

Issue 2436863005: [Sync] Move events files around a bit. (Closed)
Patch Set: Rebase. 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/events/protocol_event_buffer_unittest.cc
diff --git a/components/sync/engine_impl/events/protocol_event_buffer_unittest.cc b/components/sync/engine_impl/events/protocol_event_buffer_unittest.cc
index ce255d053eb7ceeca170523db94282a6522cfd4e..ffd7ea59818f012d6b2d8177058c655caab9f4a0 100644
--- a/components/sync/engine_impl/events/protocol_event_buffer_unittest.cc
+++ b/components/sync/engine_impl/events/protocol_event_buffer_unittest.cc
@@ -7,8 +7,8 @@
#include <stdint.h>
#include "base/time/time.h"
-#include "components/sync/engine/events/poll_get_updates_request_event.h"
#include "components/sync/engine/events/protocol_event.h"
+#include "components/sync/engine_impl/events/poll_get_updates_request_event.h"
#include "components/sync/protocol/sync.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698