summaryrefslogtreecommitdiffstats
path: root/base/shared_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/shared_memory.h')
-rw-r--r--base/shared_memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/shared_memory.h b/base/shared_memory.h
index cf07da3..c9dfd6e 100644
--- a/base/shared_memory.h
+++ b/base/shared_memory.h
@@ -15,7 +15,7 @@
#endif
#include <string>
-#include "base/base_api.h"
+#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/process.h"
@@ -40,7 +40,7 @@ typedef ino_t SharedMemoryId;
// Platform abstraction for shared memory. Provides a C++ wrapper
// around the OS primitive for a memory mapped file.
-class BASE_API SharedMemory {
+class BASE_EXPORT SharedMemory {
public:
SharedMemory();