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

Unified Diff: components/sync/base/invalidation_interface.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
« no previous file with comments | « components/sync/base/get_session_name.h ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/invalidation_interface.h
diff --git a/components/sync/base/invalidation_interface.h b/components/sync/base/invalidation_interface.h
index aacfb03dcca7bdb4f913eee3329bf79556381f92..8481749f931e565691ba8b25b6181d8566c0acd7 100644
--- a/components/sync/base/invalidation_interface.h
+++ b/components/sync/base/invalidation_interface.h
@@ -9,13 +9,11 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
// An interface that wraps sync's interactions with the component that provides
// it with invalidations.
-class SYNC_EXPORT InvalidationInterface {
+class InvalidationInterface {
public:
// Orders invalidations based on version number and IsUnknownVersion().
static bool LessThanByVersion(const InvalidationInterface& a,
« no previous file with comments | « components/sync/base/get_session_name.h ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698