| Index: base/message_loop_proxy_impl.h
|
| diff --git a/base/message_loop_proxy_impl.h b/base/message_loop_proxy_impl.h
|
| index bb1fc0bfe0f149920056d10a1bcbfd37fbe1264a..32cb1209bcc5ec53a22f3738626b0355206d6563 100644
|
| --- a/base/message_loop_proxy_impl.h
|
| +++ b/base/message_loop_proxy_impl.h
|
| @@ -33,7 +33,7 @@ class BASE_EXPORT MessageLoopProxyImpl
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| int64 delay_ms) OVERRIDE;
|
| - virtual bool BelongsToCurrentThread() OVERRIDE;
|
| + virtual bool RunsTasksOnCurrentThread() const OVERRIDE;
|
|
|
| protected:
|
| // Override OnDestruct so that we can delete the object on the target message
|
|
|