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

Unified Diff: sky/engine/web/WebHitTestResult.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/WebGlyphCache.cpp ('k') | sky/engine/web/WebImageCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebHitTestResult.cpp
diff --git a/sky/engine/web/WebHitTestResult.cpp b/sky/engine/web/WebHitTestResult.cpp
index a9e1e28644005c64175293c0e52c81b7cc99b4ef..6e1f2c656721d09cd7618831b9a0855c4b11e14c 100644
--- a/sky/engine/web/WebHitTestResult.cpp
+++ b/sky/engine/web/WebHitTestResult.cpp
@@ -23,19 +23,19 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "public/web/WebHitTestResult.h"
-
-#include "core/dom/Element.h"
-#include "core/dom/Node.h"
-#include "core/editing/VisiblePosition.h"
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/RenderObject.h"
-#include "platform/weborigin/KURL.h"
-#include "public/platform/WebPoint.h"
-#include "public/platform/WebURL.h"
-#include "public/web/WebElement.h"
-#include "public/web/WebNode.h"
+#include "sky/engine/config.h"
+#include "sky/engine/public/web/WebHitTestResult.h"
+
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/dom/Node.h"
+#include "sky/engine/core/editing/VisiblePosition.h"
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/platform/weborigin/KURL.h"
+#include "sky/engine/public/platform/WebPoint.h"
+#include "sky/engine/public/platform/WebURL.h"
+#include "sky/engine/public/web/WebElement.h"
+#include "sky/engine/public/web/WebNode.h"
namespace blink {
« no previous file with comments | « sky/engine/web/WebGlyphCache.cpp ('k') | sky/engine/web/WebImageCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698