| Index: content/browser/web_contents/render_view_host_manager_unittest.cc
|
| ===================================================================
|
| --- content/browser/web_contents/render_view_host_manager_unittest.cc (revision 179251)
|
| +++ content/browser/web_contents/render_view_host_manager_unittest.cc (working copy)
|
| @@ -84,7 +84,7 @@
|
|
|
| virtual void TearDown() OVERRIDE {
|
| RenderViewHostImplTestHarness::TearDown();
|
| - WebUIControllerFactoryRegistry::UnregisterFactoryForTesting(&factory_);
|
| + WebUIControllerFactory::UnregisterFactoryForTesting(&factory_);
|
| }
|
|
|
| void set_should_create_webui(bool should_create_webui) {
|
|
|