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

Unified Diff: components/sync/engine_impl/backoff_delay_provider.h

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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 | « components/sync/engine_impl/all_status.cc ('k') | components/sync/engine_impl/backoff_delay_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/backoff_delay_provider.h
diff --git a/components/sync/engine_impl/backoff_delay_provider.h b/components/sync/engine_impl/backoff_delay_provider.h
index 454340b03f11962cc8cd9f08de3a68a395e7485e..09c664f74091f5d243da7d872f2d71933e4ed01a 100644
--- a/components/sync/engine_impl/backoff_delay_provider.h
+++ b/components/sync/engine_impl/backoff_delay_provider.h
@@ -10,9 +10,7 @@
namespace syncer {
-namespace sessions {
struct ModelNeutralState;
-}
// A component used to get time delays associated with exponential backoff.
class BackoffDelayProvider {
@@ -37,8 +35,7 @@ class BackoffDelayProvider {
// Helper to calculate the initial value for exponential backoff.
// See possible values and comments in polling_constants.h.
- virtual base::TimeDelta GetInitialDelay(
- const sessions::ModelNeutralState& state) const;
+ virtual base::TimeDelta GetInitialDelay(const ModelNeutralState& state) const;
protected:
BackoffDelayProvider(const base::TimeDelta& default_initial_backoff,
« no previous file with comments | « components/sync/engine_impl/all_status.cc ('k') | components/sync/engine_impl/backoff_delay_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698