| 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 {
|
|
|
|
|