| Index: remoting/host/json_host_config_unittest.cc
|
| diff --git a/remoting/host/json_host_config_unittest.cc b/remoting/host/json_host_config_unittest.cc
|
| index dd318ae2e5ca016bd910cd0ebcc2981f8e21f74a..4aedf3df216a101061f8fdad01507b6d520be3a6 100644
|
| --- a/remoting/host/json_host_config_unittest.cc
|
| +++ b/remoting/host/json_host_config_unittest.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "remoting/host/json_host_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -29,7 +29,7 @@ class JsonHostConfigTest : public testing::Test {
|
| }
|
|
|
| // The temporary directory used to contain the test operations.
|
| - ScopedTempDir test_dir_;
|
| + base::ScopedTempDir test_dir_;
|
| };
|
|
|
| TEST_F(JsonHostConfigTest, InvalidFile) {
|
|
|