Index: content/common_child/fileapi/webfilesystem_callback_adapters.cc |
diff --git a/content/common_child/fileapi/webfilesystem_callback_adapters.cc b/content/common_child/fileapi/webfilesystem_callback_adapters.cc |
index 493dab5c28cdf06047109b0cb3194dc3097a2b2d..66484171a23fd2063876ac43a2e10676ed1a2204 100644 |
--- a/content/common_child/fileapi/webfilesystem_callback_adapters.cc |
+++ b/content/common_child/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/common/fileapi/directory_entry.h" |