diff options
Diffstat (limited to 'chrome/common/file_system/webfilesystem_impl.h')
-rw-r--r-- | chrome/common/file_system/webfilesystem_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/file_system/webfilesystem_impl.h b/chrome/common/file_system/webfilesystem_impl.h index fc051e0..9aad3f5 100644 --- a/chrome/common/file_system/webfilesystem_impl.h +++ b/chrome/common/file_system/webfilesystem_impl.h @@ -6,7 +6,7 @@ #define CHROME_COMMON_FILE_SYSTEM_WEBFILESYSTEM_IMPL_H_ #include "base/basictypes.h" -#include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h" namespace WebKit { class WebFileWriter; |