| 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..3959b372b61451d1bbd26f01ecb5c29969ef59c9 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 MayRunTasksOnCurrentThread() const OVERRIDE;
|
|
|
| protected:
|
| // Override OnDestruct so that we can delete the object on the target message
|
|
|