| 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
|
|
|