| 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..1fb08e50e045d031afdc39c565e2dd3b185495ff 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>
|
| @@ -50,7 +50,6 @@
|
| #include "public/web/WebSharedWorkerConnectListener.h"
|
| #include "public/web/WebSharedWorkerCreationErrors.h"
|
| #include "public/web/WebSharedWorkerRepositoryClient.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
|
|
| namespace blink {
|
|
|
|
|