Index: ppapi/proxy/host_dispatcher.h |
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h |
index 89be7ed7bc1f7e6ede134ad42fd1782992815012..8c8e9488c77628062983e2f63472da22d2cd87b5 100644 |
--- a/ppapi/proxy/host_dispatcher.h |
+++ b/ppapi/proxy/host_dispatcher.h |
@@ -142,7 +142,7 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher { |
// ultimately call back into the plugin. |
bool allow_plugin_reentrancy_; |
- ObserverList<SyncMessageStatusObserver> sync_status_observer_list_; |
+ base::ObserverList<SyncMessageStatusObserver> sync_status_observer_list_; |
std::vector<IPC::Listener*> filters_; |