| Index: chrome/browser/tab_contents/spelling_menu_observer.cc
|
| diff --git a/chrome/browser/tab_contents/spelling_menu_observer.cc b/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| index 39fa4b1acdcc8abb148cf5e84b63e2c985fe475e..47e835b0637dbbe311fbe75225310ced6948a3f7 100644
|
| --- a/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| +++ b/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| @@ -229,7 +229,7 @@ void SpellingMenuObserver::ExecuteCommand(int command_id) {
|
| // item, we directly update/ the profile and stop integrating the spelling
|
| // service immediately.
|
| if (!integrate_spelling_service_) {
|
| - RenderViewHost* rvh = proxy_->GetRenderViewHost();
|
| + content::RenderViewHost* rvh = proxy_->GetRenderViewHost();
|
| gfx::Rect rect = rvh->GetView()->GetViewBounds();
|
| ConfirmBubbleModel::Show(rvh->GetView()->GetNativeView(),
|
| gfx::Point(rect.CenterPoint().x(), rect.y()),
|
|
|