summaryrefslogtreecommitdiffstats
path: root/base/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/cpu.h')
-rw-r--r--base/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/cpu.h b/base/cpu.h
index 22ec470..9567f8b5 100644
--- a/base/cpu.h
+++ b/base/cpu.h
@@ -8,12 +8,12 @@
#include <string>
-#include "base/base_api.h"
+#include "base/base_export.h"
namespace base {
// Query information about the processor.
-class BASE_API CPU {
+class BASE_EXPORT CPU {
public:
// Constructor
CPU();