| Index: content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| diff --git a/content/browser/fileapi/local_file_stream_reader_unittest.cc b/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| index 3b63001d6fb610d6c6229ccb9535af00f7e8873c..d0c7c72007dab1b8f987fd0a812965b411258ad5 100644
|
| --- a/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| +++ b/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| @@ -110,8 +110,10 @@ class LocalFileStreamReaderTest : public testing::Test {
|
| return file_thread_.task_runner().get();
|
| }
|
|
|
| - base::FilePath test_dir() const { return dir_.path(); }
|
| - base::FilePath test_path() const { return dir_.path().AppendASCII("test"); }
|
| + base::FilePath test_dir() const { return dir_.GetPath(); }
|
| + base::FilePath test_path() const {
|
| + return dir_.GetPath().AppendASCII("test");
|
| + }
|
| base::Time test_file_modification_time() const {
|
| return test_file_modification_time_;
|
| }
|
|
|