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

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

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script 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/Chrome.cpp ('k') | Source/core/platform/chromium/ChromiumDataObjectItem.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 f345162b88d8b154cd654e64d5bce28c66d2a9d8..ec2b1a39b8e28e98220b67e0f46f2d917c2f2d87 100644
--- a/Source/core/page/SecurityOrigin.cpp
+++ b/Source/core/page/SecurityOrigin.cpp
@@ -29,9 +29,9 @@
#include "config.h"
#include "core/page/SecurityOrigin.h"
-#include "BlobURL.h"
-#include "ThreadableBlobRegistry.h"
#include "core/dom/Document.h"
+#include "core/fileapi/BlobURL.h"
+#include "core/fileapi/ThreadableBlobRegistry.h"
#include "core/page/SecurityPolicy.h"
#include "core/platform/FileSystem.h"
#include "core/platform/KURL.h"
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/platform/chromium/ChromiumDataObjectItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698