| Index: chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/zoom/zoom_controller_unittest.cc b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| index 1d85c7ed548103790920dd81c44f46d04e453719..07d63386e0af66848fd8c72d6b0f29a5b40c4e78 100644
|
| --- a/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| +++ b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
|
| @@ -68,5 +68,5 @@ TEST_F(ZoomControllerTest, Observe) {
|
| content::HostZoomMap::GetForBrowserContext(
|
| web_contents()->GetBrowserContext());
|
|
|
| - host_zoom_map->SetZoomLevel(std::string(), 110.0f);
|
| + host_zoom_map->SetZoomLevelForHost(std::string(), 110.0f);
|
| }
|
|
|