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

Unified Diff: components/sync/base/progress_marker_map.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/node_ordinal.h ('k') | components/sync/base/sync_db_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/progress_marker_map.h
diff --git a/components/sync/base/progress_marker_map.h b/components/sync/base/progress_marker_map.h
index 500ae4713775a3af6e3a958f61bf6636e3275cab..4b4a732fca6d1b11ca164b0bcf43d83894a860f7 100644
--- a/components/sync/base/progress_marker_map.h
+++ b/components/sync/base/progress_marker_map.h
@@ -12,7 +12,6 @@
#include <string>
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
// TODO(akalin,mmontgomery): Move the non-exported functions in this file to a
// private header.
@@ -27,7 +26,7 @@ namespace syncer {
// DataTypeProgressMarkers.
typedef std::map<ModelType, std::string> ProgressMarkerMap;
-SYNC_EXPORT std::unique_ptr<base::DictionaryValue> ProgressMarkerMapToValue(
+std::unique_ptr<base::DictionaryValue> ProgressMarkerMapToValue(
const ProgressMarkerMap& marker_map);
} // namespace syncer
« no previous file with comments | « components/sync/base/node_ordinal.h ('k') | components/sync/base/sync_db_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698