| Index: content/public/test/mock_render_thread.h
|
| diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
|
| index b66469765e28b381d8cf938791dab0aef256519f..f03b684453092689278caf601d7b736a276949c2 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -71,6 +71,7 @@ class MockRenderThread : public RenderThread {
|
| virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
|
| virtual void ReleaseCachedFonts() OVERRIDE;
|
| #endif
|
| + virtual ServiceRegistry* GetServiceRegistry() OVERRIDE;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
| // The following functions are called by the test itself.
|
|
|