| Index: third_party/WebKit/Source/core/exported/WebDataSourceImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp b/third_party/WebKit/Source/core/exported/WebDataSourceImpl.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| rename to third_party/WebKit/Source/core/exported/WebDataSourceImpl.cpp
|
| index c3462bcd8a699ff9c9f6bd2921301a795b8d9d33..d2db829a88974c517eaf8eba19819130748025b7 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebDataSourceImpl.cpp
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "web/WebDataSourceImpl.h"
|
| +#include "core/exported/WebDataSourceImpl.h"
|
|
|
| #include <memory>
|
| #include "core/dom/Document.h"
|
|
|