Index: content/common/fileapi/webfilesystem_callback_adapters.cc |
diff --git a/content/common/fileapi/webfilesystem_callback_adapters.cc b/content/common/fileapi/webfilesystem_callback_adapters.cc |
index f12adea06646344d0d41e65aa9fa247047f02d83..bb9294b543db1345b15c29f075abfc2a5f34ebfc 100644 |
--- a/content/common/fileapi/webfilesystem_callback_adapters.cc |
+++ b/content/common/fileapi/webfilesystem_callback_adapters.cc |
@@ -10,8 +10,8 @@ |
#include "base/logging.h" |
#include "base/utf_string_conversions.h" |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebFileInfo.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/fileapi/directory_entry.h" |