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

Unified Diff: sky/engine/web/WebViewImpl.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/web/WebUserGestureToken.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 8fe17584c7ad8992fb154f496f68936e57c135fd..a0c720540cf1f3c63cff27e1201267d0629644c7 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -31,26 +31,26 @@
#ifndef WebViewImpl_h
#define WebViewImpl_h
-#include "core/html/ime/InputMethodContext.h"
-#include "platform/geometry/IntPoint.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/graphics/GraphicsLayer.h"
-#include "public/platform/WebGestureCurveTarget.h"
-#include "public/platform/WebLayer.h"
-#include "public/platform/WebPoint.h"
-#include "public/platform/WebRect.h"
-#include "public/platform/WebSize.h"
-#include "public/platform/WebString.h"
-#include "public/web/WebInputEvent.h"
-#include "public/web/WebNavigationPolicy.h"
-#include "public/web/WebView.h"
-#include "web/ChromeClientImpl.h"
-#include "web/EditorClientImpl.h"
-#include "web/PageWidgetDelegate.h"
-#include "web/SpellCheckerClientImpl.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
+#include "sky/engine/core/html/ime/InputMethodContext.h"
+#include "sky/engine/platform/geometry/IntPoint.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/graphics/GraphicsLayer.h"
+#include "sky/engine/public/platform/WebGestureCurveTarget.h"
+#include "sky/engine/public/platform/WebLayer.h"
+#include "sky/engine/public/platform/WebPoint.h"
+#include "sky/engine/public/platform/WebRect.h"
+#include "sky/engine/public/platform/WebSize.h"
+#include "sky/engine/public/platform/WebString.h"
+#include "sky/engine/public/web/WebInputEvent.h"
+#include "sky/engine/public/web/WebNavigationPolicy.h"
+#include "sky/engine/public/web/WebView.h"
+#include "sky/engine/web/ChromeClientImpl.h"
+#include "sky/engine/web/EditorClientImpl.h"
+#include "sky/engine/web/PageWidgetDelegate.h"
+#include "sky/engine/web/SpellCheckerClientImpl.h"
+#include "sky/engine/wtf/OwnPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/Vector.h"
namespace blink {
« no previous file with comments | « sky/engine/web/WebUserGestureToken.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698