| Index: chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc b/chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc
|
| index 2c88335e06c3fc9151f481a30a7f1e396f45d74d..05a1da6e39defd00232ff9eae16f4d60a2500664 100644
|
| --- a/chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc
|
| @@ -33,8 +33,8 @@ class SyncExponentialBackoffTest : public SyncTest {
|
| // exponential backoff after it encounters an error.
|
| class ExponentialBackoffChecker : public SingleClientStatusChangeChecker {
|
| public:
|
| - explicit ExponentialBackoffChecker(ProfileSyncService* pss)
|
| - : SingleClientStatusChangeChecker(pss) {
|
| + explicit ExponentialBackoffChecker(browser_sync::ProfileSyncService* pss)
|
| + : SingleClientStatusChangeChecker(pss) {
|
| const SyncCycleSnapshot& snap = service()->GetLastCycleSnapshot();
|
| retry_verifier_.Initialize(snap);
|
| }
|
|
|