| Index: sky/engine/core/frame/SettingsDelegate.cpp
|
| diff --git a/sky/engine/core/frame/SettingsDelegate.cpp b/sky/engine/core/frame/SettingsDelegate.cpp
|
| index 6c951f78ec1bd5af81652551f85cd36b3552ea35..b0503d946f08fee49b855cd8d6c22e0833120d1b 100644
|
| --- a/sky/engine/core/frame/SettingsDelegate.cpp
|
| +++ b/sky/engine/core/frame/SettingsDelegate.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/frame/SettingsDelegate.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/frame/SettingsDelegate.h"
|
|
|
| -#include "core/frame/Settings.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
|
|
| namespace blink {
|
|
|
|
|