Index: content/common/fileapi/webfilesystem_impl.cc |
=================================================================== |
--- content/common/fileapi/webfilesystem_impl.cc (revision 175802) |
+++ content/common/fileapi/webfilesystem_impl.cc (working copy) |
@@ -8,10 +8,10 @@ |
#include "content/common/fileapi/file_system_dispatcher.h" |
#include "content/common/fileapi/webfilesystem_callback_dispatcher.h" |
#include "content/common/fileapi/webfilewriter_impl.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
#include "webkit/glue/webkit_glue.h" |
using WebKit::WebFileInfo; |