Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: sky/engine/web/FrameLoaderClientImpl.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/FrameLoaderClientImpl.h ('k') | sky/engine/web/GraphicsLayerFactoryChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « sky/engine/web/FrameLoaderClientImpl.h ('k') | sky/engine/web/GraphicsLayerFactoryChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698