| Index: remoting/host/config_file_watcher_unittest.cc
|
| diff --git a/remoting/host/config_file_watcher_unittest.cc b/remoting/host/config_file_watcher_unittest.cc
|
| index 060c1aba85ac2af5039f1715dd39d99badfa7bd5..7901da37b2948fdf3bd01a2020e87b59e3e56176 100644
|
| --- a/remoting/host/config_file_watcher_unittest.cc
|
| +++ b/remoting/host/config_file_watcher_unittest.cc
|
| @@ -89,7 +89,7 @@ void ConfigFileWatcherTest::SetUp() {
|
| void ConfigFileWatcherTest::TearDown() {
|
| // Delete the test file.
|
| if (!config_file_.empty())
|
| - file_util::Delete(config_file_, false);
|
| + base::Delete(config_file_, false);
|
| }
|
|
|
| // Verifies that the initial notification is delivered.
|
|
|