| Index: blimp/engine/app/blimp_engine_config_unittest.cc
|
| diff --git a/blimp/engine/app/blimp_engine_config_unittest.cc b/blimp/engine/app/blimp_engine_config_unittest.cc
|
| index 2e945188b78a0e4b2ffbbb6096b1413a56727601..8e1047cfc4cd9e0d24bad3accb4be28cbe44dc74 100644
|
| --- a/blimp/engine/app/blimp_engine_config_unittest.cc
|
| +++ b/blimp/engine/app/blimp_engine_config_unittest.cc
|
| @@ -58,7 +58,7 @@ class BlimpEngineConfigTest : public testing::Test {
|
|
|
| base::FilePath GetFilepathForSwitch(
|
| const std::string& filepath_switch) const {
|
| - return temp_dir_.path().Append(filepath_switch);
|
| + return temp_dir_.GetPath().Append(filepath_switch);
|
| }
|
|
|
| const std::vector<std::string> all_filepath_switches_ = {
|
|
|