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

Unified Diff: Source/core/fileapi/Blob.h

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/dom/Document.cpp ('k') | Source/core/fileapi/BlobBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/Blob.h
diff --git a/Source/core/fileapi/Blob.h b/Source/core/fileapi/Blob.h
index 14b2389b094bc7b69790c850bf6d0ae934b7eb8d..537a3422b20a0eb95da109c0c9b3472e09c9397b 100644
--- a/Source/core/fileapi/Blob.h
+++ b/Source/core/fileapi/Blob.h
@@ -31,14 +31,14 @@
#ifndef Blob_h
#define Blob_h
-#include "BlobData.h"
#include "KURL.h"
#include "ScriptWrappable.h"
+#include "core/platform/network/BlobData.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
-#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
+#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/fileapi/BlobBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698