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

Unified Diff: Source/core/page/SecurityOrigin.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months 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 | « Source/core/page/PointerLockController.cpp ('k') | Source/core/page/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/SecurityOrigin.cpp
diff --git a/Source/core/page/SecurityOrigin.cpp b/Source/core/page/SecurityOrigin.cpp
index 3265550f71ed2f3272060c3720fc963754d416d9..f345162b88d8b154cd654e64d5bce28c66d2a9d8 100644
--- a/Source/core/page/SecurityOrigin.cpp
+++ b/Source/core/page/SecurityOrigin.cpp
@@ -30,8 +30,8 @@
#include "core/page/SecurityOrigin.h"
#include "BlobURL.h"
-#include "Document.h"
#include "ThreadableBlobRegistry.h"
+#include "core/dom/Document.h"
#include "core/page/SecurityPolicy.h"
#include "core/platform/FileSystem.h"
#include "core/platform/KURL.h"
« no previous file with comments | « Source/core/page/PointerLockController.cpp ('k') | Source/core/page/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698