| 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 41785289c572521f61d5f32477c51f1c9e1ee366..de7b5135cdb1c487752261c4737b7de68b69b5cf 100644
|
| --- a/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| +++ b/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| @@ -230,11 +230,11 @@ void SpellingMenuObserver::ExecuteCommand(int command_id) {
|
| if (!integrate_spelling_service_) {
|
| content::RenderViewHost* rvh = proxy_->GetRenderViewHost();
|
| gfx::Rect rect = rvh->GetView()->GetViewBounds();
|
| - browser::ShowConfirmBubble(rvh->GetView()->GetNativeView(),
|
| - gfx::Point(rect.CenterPoint().x(), rect.y()),
|
| - new SpellingBubbleModel(
|
| - proxy_->GetProfile(),
|
| - proxy_->GetWebContents()));
|
| + chrome::ShowConfirmBubble(rvh->GetView()->GetNativeView(),
|
| + gfx::Point(rect.CenterPoint().x(), rect.y()),
|
| + new SpellingBubbleModel(
|
| + proxy_->GetProfile(),
|
| + proxy_->GetWebContents()));
|
| } else {
|
| Profile* profile = proxy_->GetProfile();
|
| if (profile)
|
|
|