| Index: chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc
|
| diff --git a/chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc b/chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc
|
| index 67ed833efa8e130cdc38c686f5dc2cfda0583fcc..e8e6bf3454974f3db0def22961d4d584c22d5c22 100644
|
| --- a/chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc
|
| +++ b/chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc
|
| @@ -117,7 +117,7 @@ bool SpellCheckerSubMenuObserver::IsCommandIdEnabled(int command_id) {
|
| void SpellCheckerSubMenuObserver::ExecuteCommand(int command_id) {
|
| DCHECK(IsCommandIdSupported(command_id));
|
|
|
| - RenderViewHost* rvh = proxy_->GetRenderViewHost();
|
| + content::RenderViewHost* rvh = proxy_->GetRenderViewHost();
|
| switch (command_id) {
|
| case IDC_CHECK_SPELLING_OF_THIS_FIELD:
|
| rvh->Send(new SpellCheckMsg_ToggleSpellCheck(rvh->GetRoutingID()));
|
|
|