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

Unified Diff: athena/activity/public/activity_view_model.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/activity/public/activity_manager.h ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/public/activity_view_model.h
diff --git a/athena/activity/public/activity_view_model.h b/athena/activity/public/activity_view_model.h
index 245902181eb1a5a47cd5ee55665a55365cc2a6b9..69b98f1867719ba7dc36616156508d2c555b31c0 100644
--- a/athena/activity/public/activity_view_model.h
+++ b/athena/activity/public/activity_view_model.h
@@ -45,12 +45,12 @@ class ATHENA_EXPORT ActivityViewModel {
// draws its own frame.
virtual bool UsesFrame() const = 0;
- // Returns the contents view which might be NULL if the activity is not
+ // Returns the contents view which might be nullptr if the activity is not
// loaded. Note that the caller should not hold on to the view since it can
// be deleted by the resource manager.
virtual views::View* GetContentsView() = 0;
- // Creates a custom widget for the activity. Returns NULL to use default
+ // Creates a custom widget for the activity. Returns nullptr to use default
// implementation.
virtual views::Widget* CreateWidget() = 0;
« no previous file with comments | « athena/activity/public/activity_manager.h ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698