Index: athena/extensions/chrome/athena_chrome_app_delegate.cc |
diff --git a/athena/extensions/chrome/athena_chrome_app_delegate.cc b/athena/extensions/chrome/athena_chrome_app_delegate.cc |
index 9040ca3c4b36e8d58c9840d6b26bfefd531666dd..90f9520f9ea7c4f3524efc1ba667c9f7530cdb5e 100644 |
--- a/athena/extensions/chrome/athena_chrome_app_delegate.cc |
+++ b/athena/extensions/chrome/athena_chrome_app_delegate.cc |
@@ -81,7 +81,7 @@ bool AthenaChromeAppDelegate::CheckMediaAccessPermission( |
void AthenaChromeAppDelegate::SetWebContentsBlocked( |
content::WebContents* web_contents, |
bool blocked) { |
- // RenderViewHost may be NULL during shutdown. |
+ // RenderViewHost may be nullptr during shutdown. |
content::RenderViewHost* host = web_contents->GetRenderViewHost(); |
if (host) { |
host->Send(new ChromeViewMsg_SetVisuallyDeemphasized(host->GetRoutingID(), |