| 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 9ce49ecd338435108ccc1463bfbcc89b34cd8281..273748375c2d995b50fc5acb47a0530246dec893 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -77,6 +77,7 @@ class MockRenderThread : public RenderThread {
|
| void PreCacheFont(const LOGFONT& log_font) override;
|
| void ReleaseCachedFonts() override;
|
| #endif
|
| + IPC::AttachmentBroker* GetAttachmentBroker() override;
|
| ServiceRegistry* GetServiceRegistry() override;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
|
|