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

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

Issue 10197004: [Sync] Convert SyncSessionSnapshot to a copy-able class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 8 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_mock.h ('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 755dab9b0558582b0d1ef2f0a7ffafb5b85b4557..95023e227734a4f7bffd2cd1beb0a4d84777ec26 100644
--- a/chrome/browser/sync/retry_verifier.h
+++ b/chrome/browser/sync/retry_verifier.h
@@ -9,12 +9,11 @@
#include "base/time.h"
namespace browser_sync {
+
namespace sessions {
-struct SyncSessionSnapshot;
+class SyncSessionSnapshot;
} // namespace sessions
-} // namespace browser_sync
-namespace browser_sync {
// The minimum and maximum wait times for a retry. The actual retry would take
// place somewhere in this range. The algorithm that calculates the retry wait
// time uses rand functions.
@@ -47,5 +46,7 @@ class RetryVerifier {
bool done_;
DISALLOW_COPY_AND_ASSIGN(RetryVerifier);
};
+
} // namespace browser_sync
+
#endif // CHROME_BROWSER_SYNC_RETRY_VERIFIER_H_
« no previous file with comments | « chrome/browser/sync/profile_sync_service_mock.h ('k') | chrome/browser/sync/retry_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698