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

Unified Diff: Source/core/platform/AsyncFileSystemCallbacks.h

Issue 26283005: Move blob-related code to platform/blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win build Created 7 years, 2 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/Stream.cpp ('k') | Source/core/platform/chromium/support/WebThreadSafeData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/AsyncFileSystemCallbacks.h
diff --git a/Source/core/platform/AsyncFileSystemCallbacks.h b/Source/core/platform/AsyncFileSystemCallbacks.h
index 4a29b3ecddb858f6a2d05968844a7f81fe1376f2..b7f9cd8bd99d98fdc79859fdb8477d53d65e2f0d 100644
--- a/Source/core/platform/AsyncFileSystemCallbacks.h
+++ b/Source/core/platform/AsyncFileSystemCallbacks.h
@@ -31,9 +31,9 @@
#ifndef AsyncFileSystemCallbacks_h
#define AsyncFileSystemCallbacks_h
-#include "core/platform/network/BlobData.h"
#include "platform/FileMetadata.h"
#include "platform/FileSystemType.h"
+#include "platform/blob/BlobData.h"
#include "public/platform/WebFileWriter.h"
#include "wtf/Assertions.h"
#include "wtf/Noncopyable.h"
« no previous file with comments | « Source/core/fileapi/Stream.cpp ('k') | Source/core/platform/chromium/support/WebThreadSafeData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698