Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
index a29eb7ed55ddfb3c0575cff28dfbd047a72372ee..d8514347eb606409b9cafd1b41e1209f538edfa1 100644 |
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h |
@@ -138,7 +138,7 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost { |
PepperRendererInstanceData renderer_data; |
bool is_throttled; |
- ObserverList<InstanceObserver> observer_list; |
+ base::ObserverList<InstanceObserver> observer_list; |
}; |
// Reports plugin activity to the callback set with SetOnKeepaliveCallback. |