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

Unified Diff: chrome/browser/sync/retry_verifier.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/retry_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/retry_verifier.h
diff --git a/chrome/browser/sync/retry_verifier.h b/chrome/browser/sync/retry_verifier.h
index ebd18975cf68bc610306d370613e7361415cd24d..2b15bac786a26b8e8057c99df1a7b4e656c3ef9a 100644
--- a/chrome/browser/sync/retry_verifier.h
+++ b/chrome/browser/sync/retry_verifier.h
@@ -8,11 +8,11 @@
#include "base/time.h"
-namespace csync {
+namespace syncer {
namespace sessions {
class SyncSessionSnapshot;
} // namespace sessions
-} // namespace csync
+} // namespace syncer
namespace browser_sync {
@@ -34,9 +34,9 @@ class RetryVerifier {
// Initialize with the current sync session snapshot. Using the snapshot
// we will figure out when the first retry sync happened.
- void Initialize(const csync::sessions::SyncSessionSnapshot& snap);
+ void Initialize(const syncer::sessions::SyncSessionSnapshot& snap);
void VerifyRetryInterval(
- const csync::sessions::SyncSessionSnapshot& snap);
+ const syncer::sessions::SyncSessionSnapshot& snap);
bool done() const { return done_; }
bool Succeeded() const { return done() && success_; }
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/retry_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698