| Index: sky/engine/web/WebSettingsImpl.cpp
|
| diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
|
| index 9e86de4cc08f1e54c6d3c28ee88a2e3e77c5a190..6d8ad2df7fbcc3de899656d44ccbd444dad5e2be 100644
|
| --- a/sky/engine/web/WebSettingsImpl.cpp
|
| +++ b/sky/engine/web/WebSettingsImpl.cpp
|
| @@ -28,14 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "web/WebSettingsImpl.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/web/WebSettingsImpl.h"
|
|
|
| -#include "core/frame/Settings.h"
|
| -#include "platform/graphics/DeferredImageDecoder.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
| +#include "sky/engine/platform/graphics/DeferredImageDecoder.h"
|
|
|
| -#include "public/platform/WebString.h"
|
| -#include "public/platform/WebURL.h"
|
| +#include "sky/engine/public/platform/WebString.h"
|
| +#include "sky/engine/public/platform/WebURL.h"
|
|
|
| namespace blink {
|
|
|
|
|