| Index: ppapi/host/ppapi_host.h
|
| diff --git a/ppapi/host/ppapi_host.h b/ppapi/host/ppapi_host.h
|
| index d4361dfeffd2019f36ec5911b498d2c9194eae86..f2a382134fc83c8d3336e8bfc1308c9993e6ac5f 100644
|
| --- a/ppapi/host/ppapi_host.h
|
| +++ b/ppapi/host/ppapi_host.h
|
| @@ -123,13 +123,13 @@ class PPAPI_HOST_EXPORT PpapiHost : public IPC::Sender, public IPC::Listener {
|
| // Filters for resource creation messages. Note that since we don't support
|
| // deleting these dynamically we don't need to worry about modifications
|
| // during iteration. If we add that capability, this should be replaced with
|
| - // an ObserverList.
|
| + // an base::ObserverList.
|
| ScopedVector<HostFactory> host_factory_filters_;
|
|
|
| // Filters for instance messages. Note that since we don't support deleting
|
| // these dynamically we don't need to worry about modifications during
|
| // iteration. If we add that capability, this should be replaced with an
|
| - // ObserverList.
|
| + // base::ObserverList.
|
| ScopedVector<InstanceMessageFilter> instance_message_filters_;
|
|
|
| typedef std::map<PP_Resource, linked_ptr<ResourceHost> > ResourceMap;
|
|
|