| Index: webkit/fileapi/file_system_context.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_context.h (revision 77587)
|
| +++ webkit/fileapi/file_system_context.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "webkit/quota/special_storage_policy.h"
|
| +#include "webkit/fileapi/sandbox_mount_point_provider.h"
|
|
|
| class FilePath;
|
| class GURL;
|
| @@ -54,6 +55,7 @@
|
| private:
|
| friend struct DefaultContextDeleter;
|
| void DeleteOnCorrectThread() const;
|
| + SandboxMountPointProvider* sandbox_provider() const;
|
|
|
| scoped_refptr<base::MessageLoopProxy> file_message_loop_;
|
| scoped_refptr<base::MessageLoopProxy> io_message_loop_;
|
|
|