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