Index: components/sync/base/syncer_error.h |
diff --git a/components/sync/base/syncer_error.h b/components/sync/base/syncer_error.h |
index e6c73a04f27b0c7dcd74c89baa81e9d236180db8..99f13882828b3fad4ec5762ac203fa7bfc7702ed 100644 |
--- a/components/sync/base/syncer_error.h |
+++ b/components/sync/base/syncer_error.h |
@@ -5,8 +5,6 @@ |
#ifndef COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_ |
#define COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_ |
-#include "components/sync/base/sync_export.h" |
- |
namespace syncer { |
// This enum describes all the possible results of a sync cycle. |
@@ -42,7 +40,7 @@ enum SyncerError { |
SYNCER_OK |
}; |
-SYNC_EXPORT const char* GetSyncerErrorString(SyncerError); |
+const char* GetSyncerErrorString(SyncerError); |
// Helper to check that |error| is set to something (not UNSET) and is not |
// SYNCER_OK. |