Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h

Issue 2833693002: Move SharedWorkerRepositoryClientImpl from web/ to core/exported/. (Closed)
Patch Set: Remove #include of WebFrameClient that was not being used, and caused linker errors. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
index 7a1d6bee6a44565cf0d77c0c3056b837f50bbccf..9e000012357a2a8df6017250152f7244f2b341af 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h
@@ -31,6 +31,7 @@
#ifndef SharedWorkerRepositoryClient_h
#define SharedWorkerRepositoryClient_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/wtf/Forward.h"
#include "platform/wtf/Noncopyable.h"
@@ -42,7 +43,7 @@ class Document;
class KURL;
class SharedWorker;
-class SharedWorkerRepositoryClient {
+class CORE_EXPORT SharedWorkerRepositoryClient {
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClient);
DISALLOW_NEW();
« no previous file with comments | « third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.cpp ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698