| Index: chrome/browser/ui/views/find_bar_host.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc
|
| index 2169b8f4c374a209db73a1c62438b27f4ba0baae..2705e2434158d348671593c851c543b7725a3398 100644
|
| --- a/chrome/browser/ui/views/find_bar_host.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host.cc
|
| @@ -69,7 +69,7 @@ bool FindBarHost::MaybeForwardKeyEventToWebpage(
|
| if (!contents)
|
| return false;
|
|
|
| - RenderViewHost* render_view_host =
|
| + content::RenderViewHost* render_view_host =
|
| contents->web_contents()->GetRenderViewHost();
|
|
|
| // Make sure we don't have a text field element interfering with keyboard
|
|
|