| Index: content/common/file_system/webfilesystem_callback_dispatcher.cc
|
| ===================================================================
|
| --- content/common/file_system/webfilesystem_callback_dispatcher.cc (revision 112786)
|
| +++ content/common/file_system/webfilesystem_callback_dispatcher.cc (working copy)
|
| @@ -12,9 +12,9 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.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/WebString.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|
| using WebKit::WebFileInfo;
|
|
|