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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/Screen.cpp ('k') | Source/core/page/SecurityOriginHash.h » ('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 af877eb2fac2d9bec1c8e6e6bc9ad05274e7ef34..3076acaf169293bfab12b8053d0be7ea5114994b 100644
--- a/Source/core/page/SecurityOrigin.cpp
+++ b/Source/core/page/SecurityOrigin.cpp
@@ -31,11 +31,11 @@
#include "BlobURL.h"
#include "Document.h"
-#include "FileSystem.h"
-#include "KURL.h"
-#include "SchemeRegistry.h"
#include "SecurityPolicy.h"
#include "ThreadableBlobRegistry.h"
+#include "core/platform/FileSystem.h"
+#include "core/platform/KURL.h"
+#include "core/platform/SchemeRegistry.h"
#include <wtf/MainThread.h>
#include <wtf/StdLibExtras.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/page/Screen.cpp ('k') | Source/core/page/SecurityOriginHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698