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

Unified Diff: components/sync/base/unique_position.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/time.h ('k') | components/sync/base/weak_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/unique_position.h
diff --git a/components/sync/base/unique_position.h b/components/sync/base/unique_position.h
index bfb27f655f99d5486a9ebb4cd60511a439ec6c74..f205ce6311c4233fc681564350fd83ae572d219e 100644
--- a/components/sync/base/unique_position.h
+++ b/components/sync/base/unique_position.h
@@ -10,8 +10,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace sync_pb {
class UniquePosition;
}
@@ -40,7 +38,7 @@ namespace syncer {
//
// This class currently has several bookmarks-related assumptions built in,
// though it could be adapted to be more generally useful.
-class SYNC_EXPORT UniquePosition {
+class UniquePosition {
public:
static const size_t kSuffixLength;
static const size_t kCompressBytesThreshold;
« no previous file with comments | « components/sync/base/time.h ('k') | components/sync/base/weak_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698