summaryrefslogtreecommitdiff
path: root/chromium/jingle/glue/thread_wrapper_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/jingle/glue/thread_wrapper_unittest.cc')
-rw-r--r--chromium/jingle/glue/thread_wrapper_unittest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/jingle/glue/thread_wrapper_unittest.cc b/chromium/jingle/glue/thread_wrapper_unittest.cc
index 47c7ab0fbfc..7d8fe9cc936 100644
--- a/chromium/jingle/glue/thread_wrapper_unittest.cc
+++ b/chromium/jingle/glue/thread_wrapper_unittest.cc
@@ -80,9 +80,7 @@ class ThreadWrapperTest : public testing::Test {
}
protected:
- ThreadWrapperTest()
- : thread_(NULL) {
- }
+ ThreadWrapperTest() : thread_(nullptr) {}
void SetUp() override {
JingleThreadWrapper::EnsureForCurrentMessageLoop();