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

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

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. 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
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 7f599e207a9e2c0fa9e832f866fb9054663fe414..454340b03f11962cc8cd9f08de3a68a395e7485e 100644
--- a/components/sync/engine_impl/backoff_delay_provider.h
+++ b/components/sync/engine_impl/backoff_delay_provider.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "base/time/time.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -16,7 +15,7 @@ struct ModelNeutralState;
}
// A component used to get time delays associated with exponential backoff.
-class SYNC_EXPORT BackoffDelayProvider {
+class BackoffDelayProvider {
public:
// Factory function to create a standard BackoffDelayProvider.
static BackoffDelayProvider* FromDefaults();
« no previous file with comments | « components/sync/engine_impl/apply_control_data_updates.h ('k') | components/sync/engine_impl/clear_server_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698