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

Unified Diff: webkit/plugins/ppapi/file_callbacks.cc

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (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/plugins/ppapi/file_callbacks.cc
diff --git a/webkit/plugins/ppapi/file_callbacks.cc b/webkit/plugins/ppapi/file_callbacks.cc
index d75def959d3989c5780c33dc6a7ecdc3a361ce4a..59f25c66869078cafeb6a185c3508aeef6be440e 100644
--- a/webkit/plugins/ppapi/file_callbacks.cc
+++ b/webkit/plugins/ppapi/file_callbacks.cc
@@ -6,8 +6,8 @@
#include "base/logging.h"
#include "base/utf_string_conversions.h"
-#include "ppapi/c/pp_file_info.h"
#include "ppapi/c/pp_errors.h"
+#include "ppapi/c/pp_file_info.h"
#include "ppapi/c/ppb_file_system.h"
#include "ppapi/shared_impl/file_type_conversion.h"
#include "ppapi/shared_impl/ppb_file_ref_shared.h"

Powered by Google App Engine
This is Rietveld 408576698