| Index: base/threading/thread_checker.h
|
| diff --git a/base/threading/thread_checker.h b/base/threading/thread_checker.h
|
| index 4d71f798d4d078552a1829fd943ecf13997cb17b..449247af9dd5e56626d65916bd532c120469cef6 100644
|
| --- a/base/threading/thread_checker.h
|
| +++ b/base/threading/thread_checker.h
|
| @@ -30,7 +30,7 @@ namespace base {
|
| // right version for your build configuration.
|
| class ThreadCheckerDoNothing {
|
| public:
|
| - bool CalledOnValidThread() const {
|
| + bool CalledOnValidThread() const WARN_UNUSED_RESULT {
|
| return true;
|
| }
|
|
|
|
|