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

Unified Diff: webkit/fileapi/local_file_system_operation.cc

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
Index: webkit/fileapi/local_file_system_operation.cc
===================================================================
--- webkit/fileapi/local_file_system_operation.cc (revision 201961)
+++ webkit/fileapi/local_file_system_operation.cc (working copy)
@@ -10,11 +10,12 @@
#include "base/utf_string_conversions.h"
#include "net/base/escape.h"
#include "net/url_request/url_request_context.h"
-#include "webkit/blob/shareable_file_reference.h"
+
#include "webkit/browser/fileapi/cross_operation_delegate.h"
#include "webkit/browser/fileapi/file_system_file_util.h"
#include "webkit/browser/fileapi/file_system_mount_point_provider.h"
#include "webkit/browser/fileapi/sandbox_file_stream_writer.h"
+#include "webkit/common/blob/shareable_file_reference.h"
#include "webkit/fileapi/async_file_util.h"
#include "webkit/fileapi/file_observers.h"
#include "webkit/fileapi/file_system_context.h"

Powered by Google App Engine
This is Rietveld 408576698