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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/retry_verifier.cc
diff --git a/chrome/browser/sync/test/integration/retry_verifier.cc b/chrome/browser/sync/test/integration/retry_verifier.cc
index 7d82a23c30398846397b620909aaf78c07e8ba13..bddb9d1c741d786eb038bc67e9f45213259d2129 100644
--- a/chrome/browser/sync/test/integration/retry_verifier.cc
+++ b/chrome/browser/sync/test/integration/retry_verifier.cc
@@ -9,8 +9,8 @@
#include <algorithm>
#include "base/logging.h"
-#include "sync/internal_api/public/engine/polling_constants.h"
-#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
+#include "components/sync/engine/polling_constants.h"
+#include "components/sync/sessions/sync_session_snapshot.h"
namespace {
// Given the current delay calculate the minimum and maximum wait times for

Powered by Google App Engine
This is Rietveld 408576698