Index: third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.h |
diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.h |
similarity index 96% |
rename from third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h |
rename to third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.h |
index 4e847a3564c191b7d29db061d34815107551db4a..68342a4f68ac46fa72a40d5d777d4c11c9fa5f84 100644 |
--- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h |
+++ b/third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.h |
@@ -32,6 +32,7 @@ |
#define SharedWorkerRepositoryClientImpl_h |
#include <memory> |
+#include "core/CoreExport.h" |
#include "core/workers/SharedWorkerRepositoryClient.h" |
#include "platform/wtf/Noncopyable.h" |
#include "platform/wtf/PassRefPtr.h" |
@@ -41,7 +42,7 @@ namespace blink { |
class WebSharedWorkerRepositoryClient; |
-class SharedWorkerRepositoryClientImpl final |
+class CORE_EXPORT SharedWorkerRepositoryClientImpl final |
: public SharedWorkerRepositoryClient { |
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClientImpl); |
USING_FAST_MALLOC(SharedWorkerRepositoryClientImpl); |