| 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 8a3b95fc08e2478e7c86816855002a4dc31bd561..4b5cdc7ac0efcaa6f7bccf11a6c9d2cde8558914 100644
|
| --- a/remoting/host/config_file_watcher_unittest.cc
|
| +++ b/remoting/host/config_file_watcher_unittest.cc
|
| @@ -39,11 +39,11 @@ class ConfigFileWatcherDelegate : public ConfigFileWatcher::Delegate {
|
| class ConfigFileWatcherTest : public testing::Test {
|
| public:
|
| ConfigFileWatcherTest();
|
| - virtual ~ConfigFileWatcherTest();
|
| + ~ConfigFileWatcherTest() override;
|
|
|
| // testing::Test overrides
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| // Stops the config file watcher.
|
| void StopWatcher();
|
|
|