| 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..bd7f01936e46197175cf6a015c8e074a1f35d887 100644
|
| --- a/base/message_loop_proxy_impl.h
|
| +++ b/base/message_loop_proxy_impl.h
|
| @@ -33,7 +33,8 @@ class BASE_EXPORT MessageLoopProxyImpl
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| int64 delay_ms) OVERRIDE;
|
| - virtual bool BelongsToCurrentThread() OVERRIDE;
|
| + virtual bool IsCompatibleWithCurrentThread() const OVERRIDE;
|
| + virtual bool BelongsToCurrentThread() const OVERRIDE;
|
|
|
| protected:
|
| // Override OnDestruct so that we can delete the object on the target message
|
|
|