| Index: content/test/test_blink_web_unit_test_support.cc
|
| diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
|
| index bc09c86c9e990173c931ce813b915e04a3485950..ebcc7a6cdb6e0455cfddc4901f9eea6299266cfd 100644
|
| --- a/content/test/test_blink_web_unit_test_support.cc
|
| +++ b/content/test/test_blink_web_unit_test_support.cc
|
| @@ -135,7 +135,7 @@ TestBlinkWebUnitTestSupport::TestBlinkWebUnitTestSupport() {
|
| if (!file_system_root_.CreateUniqueTempDir()) {
|
| LOG(WARNING) << "Failed to create a temp dir for the filesystem."
|
| "FileSystem feature will be disabled.";
|
| - DCHECK(file_system_root_.path().empty());
|
| + DCHECK(file_system_root_.GetPath().empty());
|
| }
|
|
|
| #if defined(OS_WIN)
|
|
|