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

Unified Diff: Source/web/WebHitTestResult.cpp

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/web/WebHitTestResult.cpp
diff --git a/Source/web/WebHitTestResult.cpp b/Source/web/WebHitTestResult.cpp
index 44daec26f5b8538d2a772e71e745bb94137a1eb3..019961aae05601123cc5f58aa3463aaa2e46f4a8 100644
--- a/Source/web/WebHitTestResult.cpp
+++ b/Source/web/WebHitTestResult.cpp
@@ -35,7 +35,7 @@
#include "core/rendering/RenderObject.h"
#include "public/platform/WebPoint.h"
#include "public/platform/WebURL.h"
-#include "weborigin/KURL.h"
+#include "platform/weborigin/KURL.h"
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698