| Index: webkit/fileapi/file_system_directory_database.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_directory_database.h (revision 171066)
|
| +++ webkit/fileapi/file_system_directory_database.h (working copy)
|
| @@ -111,7 +111,7 @@
|
| void HandleError(const tracked_objects::Location& from_here,
|
| const leveldb::Status& status);
|
|
|
| - FilePath filesystem_data_directory_;
|
| + const FilePath filesystem_data_directory_;
|
| scoped_ptr<leveldb::DB> db_;
|
| base::Time last_reported_time_;
|
| DISALLOW_COPY_AND_ASSIGN(FileSystemDirectoryDatabase);
|
|
|