| Index: sky/engine/web/WebFrame.cpp
|
| diff --git a/sky/engine/web/WebFrame.cpp b/sky/engine/web/WebFrame.cpp
|
| index 09624d7a129a17cf00f38ba22581550be7c9c68f..25a66f60cb8e3059d353ee8d65e6b6db9b8130af 100644
|
| --- a/sky/engine/web/WebFrame.cpp
|
| +++ b/sky/engine/web/WebFrame.cpp
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebFrame.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebFrame.h"
|
|
|
| -#include "platform/UserGestureIndicator.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include <algorithm>
|
| +#include "sky/engine/platform/UserGestureIndicator.h"
|
| +#include "sky/engine/web/WebLocalFrameImpl.h"
|
|
|
| namespace blink {
|
|
|
|
|