| Index: remoting/host/chromoting_host_unittest.cc
 | 
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
 | 
| index c3c2fac5f2e49bac7b6101adc6f1f96ff016f46a..51bdd4370fb3de7f90753d12b6d753f020e8c974 100644
 | 
| --- a/remoting/host/chromoting_host_unittest.cc
 | 
| +++ b/remoting/host/chromoting_host_unittest.cc
 | 
| @@ -70,7 +70,7 @@ class ChromotingHostTest : public testing::Test {
 | 
|    ChromotingHostTest() {
 | 
|    }
 | 
|  
 | 
| -  virtual void SetUp() OVERRIDE {
 | 
| +  virtual void SetUp() override {
 | 
|      task_runner_ = new AutoThreadTaskRunner(
 | 
|          message_loop_.message_loop_proxy(),
 | 
|          base::Bind(&ChromotingHostTest::QuitMainMessageLoop,
 | 
| @@ -225,7 +225,7 @@ class ChromotingHostTest : public testing::Test {
 | 
|      host_->clients_.push_back(client.release());
 | 
|    }
 | 
|  
 | 
| -  virtual void TearDown() OVERRIDE {
 | 
| +  virtual void TearDown() override {
 | 
|      // Make sure that the host has been properly deleted.
 | 
|      DCHECK(host_.get() == NULL);
 | 
|    }
 | 
| 
 |