summaryrefslogtreecommitdiffstats
path: root/webkit/common
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 14:40:10 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 14:40:10 +0000
commit09dcdf81040085f81965fb92bd8ebc95d8a94189 (patch)
treef2b978154aaddf0e8d796eeffcab5217d72de722 /webkit/common
parente0532fb04c1412a3370c1cc7c166ca475d6c6e48 (diff)
downloadchromium_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.h2
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"