Index: third_party/WebKit/Source/core/frame/NavigatorOnLine.h |
diff --git a/third_party/WebKit/Source/core/frame/NavigatorOnLine.h b/third_party/WebKit/Source/core/frame/NavigatorOnLine.h |
index e78654412a3cc8c79b4bb4e923efd7e7e09f6048..dd5121eff62b088975ebba34d39581cd5a803bf1 100644 |
--- a/third_party/WebKit/Source/core/frame/NavigatorOnLine.h |
+++ b/third_party/WebKit/Source/core/frame/NavigatorOnLine.h |
@@ -31,11 +31,12 @@ |
#ifndef NavigatorOnLine_h |
#define NavigatorOnLine_h |
+#include "core/CoreExport.h" |
#include "core/page/NetworkStateNotifier.h" |
namespace blink { |
-class NavigatorOnLine { |
+class CORE_EXPORT NavigatorOnLine { |
public: |
bool onLine() { return networkStateNotifier().onLine(); } |
}; |