| Index: athena/content/content_proxy.h
|
| diff --git a/athena/content/content_proxy.h b/athena/content/content_proxy.h
|
| index 9d1dca5fe02f94890a09e1c12a543632709737eb..e39d1bb8e826e18ed431796c966430e0463ccedc 100644
|
| --- a/athena/content/content_proxy.h
|
| +++ b/athena/content/content_proxy.h
|
| @@ -77,7 +77,7 @@ class ContentProxy {
|
|
|
| // The web view which was passed on creation and is associated with this
|
| // object. It will be shown when OnPreContentDestroyed() gets called and then
|
| - // set to NULL. The ownership remains with the creator.
|
| + // set to nullptr. The ownership remains with the creator.
|
| views::WebView* web_view_;
|
|
|
| // While we are doing our PNG encode, we keep the read back image to have
|
|
|