| Index: base/message_loop.h
|
| ===================================================================
|
| --- base/message_loop.h (revision 80382)
|
| +++ base/message_loop.h (working copy)
|
| @@ -473,7 +473,7 @@
|
|
|
| std::string thread_name_;
|
| // A profiling histogram showing the counts of various messages and events.
|
| - scoped_refptr<base::Histogram> message_histogram_;
|
| + base::Histogram* message_histogram_;
|
|
|
| // A null terminated list which creates an incoming_queue of tasks that are
|
| // acquired under a mutex for processing on this instance's thread. These
|
|
|