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

Unified Diff: Source/core/fileapi/BlobBuilder.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/fileapi/Blob.cpp ('k') | Source/core/fileapi/FileException.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/BlobBuilder.cpp
diff --git a/Source/core/fileapi/BlobBuilder.cpp b/Source/core/fileapi/BlobBuilder.cpp
index 89cc9e345ae6bea77b587c275a548d27f5452a45..79c4bfeacc13c44d27eca86f41600bd3383f40cb 100644
--- a/Source/core/fileapi/BlobBuilder.cpp
+++ b/Source/core/fileapi/BlobBuilder.cpp
@@ -33,10 +33,10 @@
#include "BlobBuilder.h"
#include "Blob.h"
-#include "Document.h"
-#include "ExceptionCode.h"
#include "File.h"
#include "ScriptCallStack.h"
+#include "core/dom/Document.h"
+#include "core/dom/ExceptionCode.h"
#include "core/platform/HistogramSupport.h"
#include "core/platform/text/LineEnding.h"
#include "core/platform/text/TextEncoding.h"
« no previous file with comments | « Source/core/fileapi/Blob.cpp ('k') | Source/core/fileapi/FileException.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698