| Index: webkit/tools/test_shell/simple_file_system.h
|
| diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h
|
| index 9a6758c6eb32d76c90d76371d4eea7998c4cb823..b875a76c2fdd3c709eea62703045c09e98d5d2c8 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.h
|
| +++ b/webkit/tools/test_shell/simple_file_system.h
|
| @@ -72,7 +72,7 @@ class SimpleFileSystem
|
| // A temporary directory for FileSystem API.
|
| ScopedTempDir file_system_dir_;
|
|
|
| - scoped_ptr<fileapi::SandboxedFileSystemContext> sandboxed_context_;
|
| + scoped_refptr<fileapi::SandboxedFileSystemContext> sandboxed_context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SimpleFileSystem);
|
| };
|
|
|