diff options
Diffstat (limited to 'webkit/browser/fileapi/quota/quota_backend_impl.h')
-rw-r--r-- | webkit/browser/fileapi/quota/quota_backend_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.h b/webkit/browser/fileapi/quota/quota_backend_impl.h index 275b483..0d0e9db 100644 --- a/webkit/browser/fileapi/quota/quota_backend_impl.h +++ b/webkit/browser/fileapi/quota/quota_backend_impl.h @@ -9,8 +9,8 @@ #include "base/memory/weak_ptr.h" #include "webkit/browser/fileapi/quota/quota_reservation_manager.h" #include "webkit/browser/fileapi/sandbox_file_system_backend_delegate.h" -#include "webkit/browser/storage_export.h" #include "webkit/common/quota/quota_status_code.h" +#include "webkit/common/storage_export.h" namespace base { class SequencedTaskRunner; |