diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 14:40:10 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 14:40:10 +0000 |
commit | 09dcdf81040085f81965fb92bd8ebc95d8a94189 (patch) | |
tree | f2b978154aaddf0e8d796eeffcab5217d72de722 /webkit/common | |
parent | e0532fb04c1412a3370c1cc7c166ca475d6c6e48 (diff) | |
download | chromium_src-09dcdf81040085f81965fb92bd8ebc95d8a94189.zip chromium_src-09dcdf81040085f81965fb92bd8ebc95d8a94189.tar.gz chromium_src-09dcdf81040085f81965fb92bd8ebc95d8a94189.tar.bz2 |
Make WebFileSystemCallbacks not self-destruct
It's multi-sided patch, so again it has ugly ifdefs.
Corresponding blink patch:
https://codereview.chromium.org/23704004/
BUG=257349
TEST=try, both with and without Blink patch
Review URL: https://chromiumcodereview.appspot.com/23762002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/common')
-rw-r--r-- | webkit/common/fileapi/file_system_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h index bf0cc85..ffb29fa 100644 --- a/webkit/common/fileapi/file_system_util.h +++ b/webkit/common/fileapi/file_system_util.h @@ -10,7 +10,7 @@ #include "base/files/file_path.h" #include "base/platform_file.h" -#include "third_party/WebKit/public/web/WebFileError.h" +#include "third_party/WebKit/public/platform/WebFileError.h" #include "third_party/WebKit/public/platform/WebFileSystemType.h" #include "webkit/common/fileapi/file_system_types.h" #include "webkit/common/quota/quota_types.h" |