Index: content/common/fileapi/webfilesystem_callback_dispatcher.cc |
=================================================================== |
--- content/common/fileapi/webfilesystem_callback_dispatcher.cc (revision 175802) |
+++ content/common/fileapi/webfilesystem_callback_dispatcher.cc (working copy) |
@@ -11,10 +11,10 @@ |
#include "base/logging.h" |
#include "base/utf_string_conversions.h" |
#include "googleurl/src/gurl.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/fileapi/file_system_util.h" |
#include "webkit/glue/webkit_glue.h" |