diff options
Diffstat (limited to 'webkit/glue/webfileutilities_impl.h')
-rw-r--r-- | webkit/glue/webfileutilities_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h index 741a1c4..a3d2bb2 100644 --- a/webkit/glue/webfileutilities_impl.h +++ b/webkit/glue/webfileutilities_impl.h @@ -6,8 +6,8 @@ #define WEBFILEUTILITIES_IMPL_H_ #include "base/platform_file.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileUtilities.h" +#include "third_party/WebKit/public/platform/WebFileInfo.h" +#include "third_party/WebKit/public/platform/WebFileUtilities.h" #include "webkit/glue/webkit_glue_export.h" namespace webkit_glue { |