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

Unified Diff: athena/test/base/activity_lifetime_tracker.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/system/system_ui_impl.cc ('k') | athena/test/base/activity_lifetime_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/activity_lifetime_tracker.h
diff --git a/athena/test/base/activity_lifetime_tracker.h b/athena/test/base/activity_lifetime_tracker.h
index 670385f0a061fb4be2d510eb637fb33221b0c4ee..2c1ae165e779bcb4e3b7beb111429512c3548069 100644
--- a/athena/test/base/activity_lifetime_tracker.h
+++ b/athena/test/base/activity_lifetime_tracker.h
@@ -32,10 +32,10 @@ class ActivityLifetimeTracker : public ActivityManagerObserver {
void* GetDeletedActivityAndReset();
private:
- // The activity which got created if not NULL.
+ // The activity which got created if not nullptr.
Activity* new_activity_;
- // An old activity which got unloaded if not NULL.
+ // An old activity which got unloaded if not nullptr.
void* deleted_activity_;
DISALLOW_COPY_AND_ASSIGN(ActivityLifetimeTracker);
« no previous file with comments | « athena/system/system_ui_impl.cc ('k') | athena/test/base/activity_lifetime_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698