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

Unified Diff: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc

Issue 2395533003: [Sync] Move some things from driver to base. (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: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
diff --git a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
index 2e332b6cebe6d7505e9823d0c1fd0c1613de9d8a..ccfeb7a84550323b1cc2857648a8915df781acf1 100644
--- a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
+++ b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
@@ -6,7 +6,7 @@
#include "components/browser_sync/profile_sync_service.h"
#include "components/invalidation/impl/p2p_invalidation_service.h"
-#include "components/sync/driver/invalidation_helper.h"
+#include "components/sync/base/invalidation_helper.h"
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
P2PInvalidationForwarder::P2PInvalidationForwarder(

Powered by Google App Engine
This is Rietveld 408576698