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

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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/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);
}

Powered by Google App Engine
This is Rietveld 408576698