Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3257)

Unified Diff: athena/content/content_proxy.h

Issue 653563004: NULL -> nullptr under athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/content/chrome/web_activity_helpers_browsertest.cc ('k') | athena/content/content_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « athena/content/chrome/web_activity_helpers_browsertest.cc ('k') | athena/content/content_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698