Index: components/filesystem/file_system_app.h |
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h |
index 1eb65c3e7ed148d402d3f8f9044818ad54c3f8a3..5e297ad811627bb7a983eab0ed4ca0dbf2956a93 100644 |
--- a/components/filesystem/file_system_app.h |
+++ b/components/filesystem/file_system_app.h |
@@ -42,7 +42,7 @@ class FileSystemApp : public mojo::ShellClient, |
mojo::TracingImpl tracing_; |
- scoped_ptr<LockTable> lock_table_; |
+ scoped_refptr<LockTable> lock_table_; |
DISALLOW_COPY_AND_ASSIGN(FileSystemApp); |
}; |