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

Unified Diff: sky/engine/public/platform/WebURL.h

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/public/platform/WebTransformKeyframe.h ('k') | sky/engine/public/platform/WebURLError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebURL.h
diff --git a/sky/engine/public/platform/WebURL.h b/sky/engine/public/platform/WebURL.h
index 07aa8fd24dad292c584b2c2ec6f75cc0a48d9dd5..391c6922df1f553382cde976e0632b11c2c2e5ec 100644
--- a/sky/engine/public/platform/WebURL.h
+++ b/sky/engine/public/platform/WebURL.h
@@ -31,12 +31,12 @@
#ifndef WebURL_h
#define WebURL_h
-#include "WebCString.h"
-#include "WebString.h"
-#include <url/third_party/mozilla/url_parse.h>
+#include "sky/engine/public/platform/WebCString.h"
+#include "sky/engine/public/platform/WebString.h"
+#include "url/third_party/mozilla/url_parse.h"
#if !INSIDE_BLINK
-#include <url/gurl.h>
+#include "url/gurl.h"
#endif
namespace blink {
« no previous file with comments | « sky/engine/public/platform/WebTransformKeyframe.h ('k') | sky/engine/public/platform/WebURLError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698