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

Unified Diff: components/sync/engine_impl/get_updates_delegate.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/get_updates_delegate.cc
diff --git a/components/sync/engine_impl/get_updates_delegate.cc b/components/sync/engine_impl/get_updates_delegate.cc
index 117ce89486a7b62a7b5bdf5bfb81acd72590f092..3c54b1b4c0b5050d171020ba99736bed4a960713 100644
--- a/components/sync/engine_impl/get_updates_delegate.cc
+++ b/components/sync/engine_impl/get_updates_delegate.cc
@@ -4,10 +4,10 @@
#include "components/sync/engine_impl/get_updates_delegate.h"
-#include "components/sync/engine/events/configure_get_updates_request_event.h"
-#include "components/sync/engine/events/normal_get_updates_request_event.h"
-#include "components/sync/engine/events/poll_get_updates_request_event.h"
#include "components/sync/engine_impl/directory_update_handler.h"
+#include "components/sync/engine_impl/events/configure_get_updates_request_event.h"
+#include "components/sync/engine_impl/events/normal_get_updates_request_event.h"
+#include "components/sync/engine_impl/events/poll_get_updates_request_event.h"
#include "components/sync/engine_impl/get_updates_processor.h"
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698