Index: webkit/fileapi/file_system_context.h |
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h |
index c5844eb86bc6d4dff5a4d207c574abb2f690d910..60a07e814249e53e9311a34a36808c7b0cfe7d42 100644 |
--- a/webkit/fileapi/file_system_context.h |
+++ b/webkit/fileapi/file_system_context.h |
@@ -193,7 +193,7 @@ class FILEAPI_EXPORT FileSystemContext |
std::map<FileSystemType, FileSystemMountPointProvider*> provider_map_; |
// The base path of the storage partition for this context. |
- const FilePath& partition_path_; |
+ const FilePath partition_path_; |
// For syncable file systems. |
scoped_ptr<LocalFileChangeTracker> change_tracker_; |