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

Unified Diff: webkit/browser/fileapi/transient_file_util.cc

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/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/browser/fileapi/transient_file_util.cc
diff --git a/webkit/browser/fileapi/transient_file_util.cc b/webkit/browser/fileapi/transient_file_util.cc
index 3a815840874245b7badfa3f8ba76fcf6af473bbf..b4b6d16f0b057dfff8d5c497eb41f2040262df00 100644
--- a/webkit/browser/fileapi/transient_file_util.cc
+++ b/webkit/browser/fileapi/transient_file_util.cc
@@ -8,8 +8,8 @@
#include "base/bind.h"
#include "base/files/file_path.h"
+#include "webkit/common/fileapi/file_system_url.h"
#include "webkit/fileapi/file_system_operation_context.h"
-#include "webkit/fileapi/file_system_url.h"
#include "webkit/fileapi/isolated_context.h"
using webkit_blob::ScopedFile;

Powered by Google App Engine
This is Rietveld 408576698