| Index: chrome/browser/ui/constrained_window_tab_helper.cc
|
| diff --git a/chrome/browser/ui/constrained_window_tab_helper.cc b/chrome/browser/ui/constrained_window_tab_helper.cc
|
| index 27b50a58f91069e9bb37e76fbdfc90d7dca9af30..ed113fac7887f162562c82fb8e8c3f06a9712817 100644
|
| --- a/chrome/browser/ui/constrained_window_tab_helper.cc
|
| +++ b/chrome/browser/ui/constrained_window_tab_helper.cc
|
| @@ -78,7 +78,7 @@ void ConstrainedWindowTabHelper::BlockTabContent(bool blocked) {
|
| }
|
|
|
| // RenderViewHost may be NULL during shutdown.
|
| - RenderViewHost* host = contents->GetRenderViewHost();
|
| + content::RenderViewHost* host = contents->GetRenderViewHost();
|
| if (host) {
|
| host->SetIgnoreInputEvents(blocked);
|
| host->Send(new ChromeViewMsg_SetVisuallyDeemphasized(
|
|
|