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

Unified Diff: third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.cpp

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.cpp
diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp b/third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.cpp
similarity index 98%
rename from third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
rename to third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.cpp
index b52ea86b32233ad4a0d2570fc6f90a533dbdbf3e..08fbfb0eed1184b66d46ff884ac5818b0fe88954 100644
--- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "web/SharedWorkerRepositoryClientImpl.h"
+#include "core/exported/SharedWorkerRepositoryClientImpl.h"
#include <memory>
#include <utility>
@@ -44,13 +44,11 @@
#include "public/platform/WebMessagePortChannel.h"
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
-#include "public/web/WebFrameClient.h"
#include "public/web/WebKit.h"
#include "public/web/WebSharedWorker.h"
#include "public/web/WebSharedWorkerConnectListener.h"
#include "public/web/WebSharedWorkerCreationErrors.h"
#include "public/web/WebSharedWorkerRepositoryClient.h"
-#include "web/WebLocalFrameImpl.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698