summaryrefslogtreecommitdiffstats
path: root/base/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/process.h')
-rw-r--r--base/process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/process.h b/base/process.h
index 9b1519a..2670924 100644
--- a/base/process.h
+++ b/base/process.h
@@ -6,7 +6,7 @@
#define BASE_PROCESS_H_
#pragma once
-#include "base/base_api.h"
+#include "base/base_export.h"
#include "base/basictypes.h"
#include "build/build_config.h"
@@ -40,7 +40,7 @@ const ProcessId kNullProcessId = 0;
const int kUnsetProcessPriority = 256;
#endif
-class BASE_API Process {
+class BASE_EXPORT Process {
public:
Process() : process_(kNullProcessHandle) {
#if defined(OS_POSIX) && !defined(OS_MACOSX)