| Index: jingle/glue/thread_wrapper_unittest.cc
|
| diff --git a/jingle/glue/thread_wrapper_unittest.cc b/jingle/glue/thread_wrapper_unittest.cc
|
| index 8eabe98fa1efea3c61a68cb366cf1081eea636ad..bca6c64fc144654277d3b2815515704131818223 100644
|
| --- a/jingle/glue/thread_wrapper_unittest.cc
|
| +++ b/jingle/glue/thread_wrapper_unittest.cc
|
| @@ -80,7 +80,7 @@ class ThreadWrapperTest : public testing::Test {
|
| : thread_(NULL) {
|
| }
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| JingleThreadWrapper::EnsureForCurrentMessageLoop();
|
| thread_ = rtc::Thread::Current();
|
| }
|
|
|