| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 076f028f40512d9afae0a245384d6d81b408bf49..487772e0d730ebfc66d1da348a846064ae6201b7 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -263,7 +263,7 @@ void MockRenderProcessHost::NotifyTimezoneChange(const std::string& zone_id) {
|
| }
|
|
|
| ServiceRegistry* MockRenderProcessHost::GetServiceRegistry() {
|
| - return NULL;
|
| + return service_registry_.get();
|
| }
|
|
|
| const base::TimeTicks& MockRenderProcessHost::GetInitTimeForNavigationMetrics()
|
|
|