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

Unified Diff: third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.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/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);

Powered by Google App Engine
This is Rietveld 408576698