| Index: chrome/test/base/in_process_browser_test.cc
|
| ===================================================================
|
| --- chrome/test/base/in_process_browser_test.cc (revision 192622)
|
| +++ chrome/test/base/in_process_browser_test.cc (working copy)
|
| @@ -118,7 +118,7 @@
|
| // Single-process mode is not set in BrowserMain, so process it explicitly,
|
| // and set up renderer.
|
| if (command_line->HasSwitch(switches::kSingleProcess)) {
|
| - content::GetContentClient()->set_renderer_for_testing(
|
| + content::SetRendererClientForTesting(
|
| &g_chrome_content_renderer_client.Get());
|
| }
|
|
|
|
|