Index: content/browser/renderer_host/pepper/quota_reservation_unittest.cc |
diff --git a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc |
index b25cd61002b2910185a95d3e58c82555e4c637ec..7bed096cc039a51e4e895c39c477e5cf522bc240 100644 |
--- a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc |
+++ b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc |
@@ -90,7 +90,7 @@ class QuotaReservationTest : public testing::Test { |
} |
base::FilePath MakeFilePath(const base::FilePath::StringType& file_name) { |
- return work_dir_.path().Append(file_name); |
+ return work_dir_.GetPath().Append(file_name); |
} |
storage::FileSystemURL MakeFileSystemURL( |