| Index: remoting/host/host_key_pair_unittest.cc
|
| diff --git a/remoting/host/host_key_pair_unittest.cc b/remoting/host/host_key_pair_unittest.cc
|
| index f19674f2ca5c82d5bbbff0f6aefd4d2f08a08f6e..2aa921c3115dc44a4bb2b9ef9888ed59f0ecd486 100644
|
| --- a/remoting/host/host_key_pair_unittest.cc
|
| +++ b/remoting/host/host_key_pair_unittest.cc
|
| @@ -33,7 +33,7 @@ class HostKeyPairTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() {
|
| ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
|
| - FilePath config_path = test_dir_.path().AppendASCII("test_config.json");
|
| + base::FilePath config_path = test_dir_.path().AppendASCII("test_config.json");
|
| config_.reset(new JsonHostConfig(config_path));
|
| }
|
|
|
|
|