| Index: athena/content/content_proxy.cc
|
| diff --git a/athena/content/content_proxy.cc b/athena/content/content_proxy.cc
|
| index f2a2f137a9f2c18cd8beef70aeab7493d88c953e..42369e418793657eef2691e666e369ee595ef1ac 100644
|
| --- a/athena/content/content_proxy.cc
|
| +++ b/athena/content/content_proxy.cc
|
| @@ -101,7 +101,7 @@ void ContentProxy::OnPreContentDestroyed() {
|
| // make the web content visible if the window gets destroyed shortly after.
|
| ShowOriginalContent();
|
|
|
| - web_view_ = NULL;
|
| + web_view_ = nullptr;
|
| }
|
|
|
| void ContentProxy::ShowOriginalContent() {
|
|
|