| Index: mojo/common/message_pump_mojo.h
|
| diff --git a/mojo/common/message_pump_mojo.h b/mojo/common/message_pump_mojo.h
|
| index 6c3591df881026a7a1346c4e6e57a4d3545ea834..fc1e40b1032cd90cc4339dbdb9fc162fb97b6ed3 100644
|
| --- a/mojo/common/message_pump_mojo.h
|
| +++ b/mojo/common/message_pump_mojo.h
|
| @@ -127,7 +127,7 @@ class MessagePumpMojo : public base::MessagePump {
|
| // notify it.
|
| int next_handler_id_;
|
|
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MessagePumpMojo);
|
| };
|
|
|