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

Unified Diff: sky/engine/core/html/HTMLAnchorElement.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/core/html/HTMLAnchorElement.h ('k') | sky/engine/core/html/HTMLCanvasElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLAnchorElement.cpp
diff --git a/sky/engine/core/html/HTMLAnchorElement.cpp b/sky/engine/core/html/HTMLAnchorElement.cpp
index a1e311b4f65d0fa8e33da80c50b5ebd1a5596278..4a54b90e171218003cc7a5333e22bd3654aaa3e7 100644
--- a/sky/engine/core/html/HTMLAnchorElement.cpp
+++ b/sky/engine/core/html/HTMLAnchorElement.cpp
@@ -21,34 +21,34 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/html/HTMLAnchorElement.h"
-
-#include "core/dom/Attribute.h"
-#include "core/editing/FrameSelection.h"
-#include "core/events/KeyboardEvent.h"
-#include "core/events/MouseEvent.h"
-#include "core/frame/FrameHost.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/HTMLImageElement.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/loader/FrameLoaderClient.h"
-#include "core/loader/FrameLoaderTypes.h"
-#include "core/page/Chrome.h"
-#include "core/page/ChromeClient.h"
-#include "core/rendering/RenderImage.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/html/HTMLAnchorElement.h"
+
#include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
-#include "platform/PlatformMouseEvent.h"
-#include "platform/network/ResourceRequest.h"
-#include "platform/weborigin/KnownPorts.h"
-#include "platform/weborigin/SecurityPolicy.h"
-#include "public/platform/Platform.h"
-#include "public/platform/ServiceProvider.h"
-#include "public/platform/WebURL.h"
-#include "public/platform/WebURLRequest.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/core/dom/Attribute.h"
+#include "sky/engine/core/editing/FrameSelection.h"
+#include "sky/engine/core/events/KeyboardEvent.h"
+#include "sky/engine/core/events/MouseEvent.h"
+#include "sky/engine/core/frame/FrameHost.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/html/HTMLImageElement.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/core/loader/FrameLoaderClient.h"
+#include "sky/engine/core/loader/FrameLoaderTypes.h"
+#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/page/ChromeClient.h"
+#include "sky/engine/core/rendering/RenderImage.h"
+#include "sky/engine/platform/PlatformMouseEvent.h"
+#include "sky/engine/platform/network/ResourceRequest.h"
+#include "sky/engine/platform/weborigin/KnownPorts.h"
+#include "sky/engine/platform/weborigin/SecurityPolicy.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/ServiceProvider.h"
+#include "sky/engine/public/platform/WebURL.h"
+#include "sky/engine/public/platform/WebURLRequest.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « sky/engine/core/html/HTMLAnchorElement.h ('k') | sky/engine/core/html/HTMLCanvasElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698