summaryrefslogtreecommitdiffstats
path: root/jingle/glue/thread_wrapper_unittest.cc
diff options
context:
space:
mode:
authormohan.reddy <mohan.reddy@samsung.com>2014-10-06 19:35:24 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 02:35:44 +0000
commit239c9f3ca43aa341b8362c7c622c78e2347d2d60 (patch)
treee0b6a20e2d63c7c8b486acf52fe825b26d3560e7 /jingle/glue/thread_wrapper_unittest.cc
parentddd55dea0267689338e02c4f83228ef4d6e04b4c (diff)
downloadchromium_src-239c9f3ca43aa341b8362c7c622c78e2347d2d60.zip
chromium_src-239c9f3ca43aa341b8362c7c622c78e2347d2d60.tar.gz
chromium_src-239c9f3ca43aa341b8362c7c622c78e2347d2d60.tar.bz2
Replacing the OVERRIDE with override and FINAL with final in jingle
This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/628123002 Cr-Commit-Position: refs/heads/master@{#298335}
Diffstat (limited to 'jingle/glue/thread_wrapper_unittest.cc')
-rw-r--r--jingle/glue/thread_wrapper_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/glue/thread_wrapper_unittest.cc b/jingle/glue/thread_wrapper_unittest.cc
index 8eabe98..bca6c64 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();
}