Index: third_party/WebKit/Source/core/frame/NavigatorCPU.h |
diff --git a/third_party/WebKit/Source/core/frame/NavigatorCPU.h b/third_party/WebKit/Source/core/frame/NavigatorCPU.h |
index f24e090f0b70dcb9dd1fa66b9fbf93c364cd971d..7fc4db40d4b86e04bb5310aa0e434136d3e1a6c4 100644 |
--- a/third_party/WebKit/Source/core/frame/NavigatorCPU.h |
+++ b/third_party/WebKit/Source/core/frame/NavigatorCPU.h |
@@ -5,9 +5,11 @@ |
#ifndef NavigatorCPU_h |
#define NavigatorCPU_h |
+#include "core/CoreExport.h" |
+ |
namespace blink { |
-class NavigatorCPU { |
+class CORE_EXPORT NavigatorCPU { |
public: |
unsigned hardwareConcurrency() const; |
}; |