| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 8bb361ce3743ff05e3d99feab20189443f0f51c9..8911418df92c5d8b8904c6c906e57b98844952be 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -127,7 +127,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| int id_;
|
| bool has_connection_;
|
| BrowserContext* browser_context_;
|
| - ObserverList<RenderProcessHostObserver> observers_;
|
| + base::ObserverList<RenderProcessHostObserver> observers_;
|
|
|
| IDMap<RenderWidgetHost> render_widget_hosts_;
|
| int prev_routing_id_;
|
|
|