Index: content/browser/fileapi/file_system_quota_client_unittest.cc |
diff --git a/content/browser/fileapi/file_system_quota_client_unittest.cc b/content/browser/fileapi/file_system_quota_client_unittest.cc |
index 051cb2a5e7c90482e061ada5995da181d4e89f30..4cf1cf0bfce39284f2e1dcf5fb25fcec61e17ac4 100644 |
--- a/content/browser/fileapi/file_system_quota_client_unittest.cc |
+++ b/content/browser/fileapi/file_system_quota_client_unittest.cc |
@@ -49,8 +49,8 @@ class FileSystemQuotaClientTest : public testing::Test { |
void SetUp() override { |
ASSERT_TRUE(data_dir_.CreateUniqueTempDir()); |
- file_system_context_ = CreateFileSystemContextForTesting( |
- NULL, data_dir_.path()); |
+ file_system_context_ = |
+ CreateFileSystemContextForTesting(NULL, data_dir_.GetPath()); |
} |
struct TestFile { |