Index: athena/activity/public/activity.h |
diff --git a/athena/activity/public/activity.h b/athena/activity/public/activity.h |
index 54ed832c99bc7518a42886766b37b9608c7867c7..b5513bc3581fae5c84d146a6099996a8f82ef369 100644 |
--- a/athena/activity/public/activity.h |
+++ b/athena/activity/public/activity.h |
@@ -94,7 +94,7 @@ class ATHENA_EXPORT Activity { |
virtual aura::Window* GetWindow() = 0; |
// Returns the web contents used to draw the content of the activity. |
- // This may return NULL if the web content is not available. |
+ // This may return nullptr if the web content is not available. |
virtual content::WebContents* GetWebContents() = 0; |
protected: |