| 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
|
|
|