| Index: sky/engine/web/FrameLoaderClientImpl.cpp
|
| diff --git a/sky/engine/web/FrameLoaderClientImpl.cpp b/sky/engine/web/FrameLoaderClientImpl.cpp
|
| index baff0508d2cffe034e2a8978f00110336229757a..4d9061f149d6f3923160645fd7b6c0d58d01f807 100644
|
| --- a/sky/engine/web/FrameLoaderClientImpl.cpp
|
| +++ b/sky/engine/web/FrameLoaderClientImpl.cpp
|
| @@ -29,41 +29,41 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "web/FrameLoaderClientImpl.h"
|
| -
|
| -#include "bindings/core/v8/ScriptController.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/events/MouseEvent.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/Settings.h"
|
| -#include "core/html/HTMLIFrameElement.h"
|
| -#include "core/page/Chrome.h"
|
| -#include "core/page/EventHandler.h"
|
| -#include "core/page/Page.h"
|
| -#include "core/rendering/HitTestResult.h"
|
| -#include "platform/exported/WrappedResourceRequest.h"
|
| -#include "platform/exported/WrappedResourceResponse.h"
|
| -#include "platform/MIMETypeRegistry.h"
|
| -#include "platform/network/HTTPParsers.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/web/FrameLoaderClientImpl.h"
|
| +
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/UserGestureIndicator.h"
|
| -#include "public/platform/Platform.h"
|
| -#include "public/platform/WebMimeRegistry.h"
|
| -#include "public/platform/WebURL.h"
|
| -#include "public/platform/WebURLError.h"
|
| -#include "public/platform/WebVector.h"
|
| -#include "public/web/WebCachedURLRequest.h"
|
| -#include "public/web/WebDocument.h"
|
| -#include "public/web/WebFrameClient.h"
|
| -#include "public/web/WebNode.h"
|
| -#include "public/web/WebViewClient.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptController.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/events/MouseEvent.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
| +#include "sky/engine/core/html/HTMLIFrameElement.h"
|
| +#include "sky/engine/core/page/Chrome.h"
|
| +#include "sky/engine/core/page/EventHandler.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +#include "sky/engine/core/rendering/HitTestResult.h"
|
| +#include "sky/engine/platform/MIMETypeRegistry.h"
|
| +#include "sky/engine/platform/UserGestureIndicator.h"
|
| +#include "sky/engine/platform/exported/WrappedResourceRequest.h"
|
| +#include "sky/engine/platform/exported/WrappedResourceResponse.h"
|
| +#include "sky/engine/platform/network/HTTPParsers.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
| +#include "sky/engine/public/platform/WebMimeRegistry.h"
|
| +#include "sky/engine/public/platform/WebURL.h"
|
| +#include "sky/engine/public/platform/WebURLError.h"
|
| +#include "sky/engine/public/platform/WebVector.h"
|
| +#include "sky/engine/public/web/WebCachedURLRequest.h"
|
| +#include "sky/engine/public/web/WebDocument.h"
|
| +#include "sky/engine/public/web/WebFrameClient.h"
|
| +#include "sky/engine/public/web/WebNode.h"
|
| +#include "sky/engine/public/web/WebViewClient.h"
|
| +#include "sky/engine/web/WebLocalFrameImpl.h"
|
| +#include "sky/engine/web/WebViewImpl.h"
|
| +#include "sky/engine/wtf/StringExtras.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebViewImpl.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|