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

Unified Diff: components/sync/protocol/sync_protocol_error.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/protocol/sync_proto_export.h ('k') | components/sync/sessions/commit_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/sync_protocol_error.h
diff --git a/components/sync/protocol/sync_protocol_error.h b/components/sync/protocol/sync_protocol_error.h
index dfd5f8c777520e55c9122467eeeb85dcc59d9c48..fc6eda4db671045999adaae3fea4f25464f1f904 100644
--- a/components/sync/protocol/sync_protocol_error.h
+++ b/components/sync/protocol/sync_protocol_error.h
@@ -8,7 +8,6 @@
#include "base/values.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -77,7 +76,7 @@ enum ClientAction {
UNKNOWN_ACTION
};
-struct SYNC_EXPORT SyncProtocolError {
+struct SyncProtocolError {
SyncProtocolErrorType error_type;
std::string error_description;
std::string url;
@@ -89,7 +88,7 @@ struct SYNC_EXPORT SyncProtocolError {
base::DictionaryValue* ToValue() const;
};
-SYNC_EXPORT const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
-SYNC_EXPORT const char* GetClientActionString(ClientAction action);
+const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
+const char* GetClientActionString(ClientAction action);
} // namespace syncer
#endif // COMPONENTS_SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
« no previous file with comments | « components/sync/protocol/sync_proto_export.h ('k') | components/sync/sessions/commit_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698