| Index: athena/activity/public/activity_manager.h
|
| diff --git a/athena/activity/public/activity_manager.h b/athena/activity/public/activity_manager.h
|
| index 946f2eefe56ac520002975c4cd16e4e92ee9819d..99d8e75a049fdc1999de56c629403bf364430806 100644
|
| --- a/athena/activity/public/activity_manager.h
|
| +++ b/athena/activity/public/activity_manager.h
|
| @@ -30,7 +30,7 @@ class ATHENA_EXPORT ActivityManager {
|
| virtual void RemoveActivity(Activity* activity) = 0;
|
|
|
| // Returns the activity that has a |window| as toplevel window, or
|
| - // NULL if such activity does not exist.
|
| + // nullptr if such activity does not exist.
|
| virtual Activity* GetActivityForWindow(aura::Window* window) = 0;
|
|
|
| // Updates the UI when the task color/title changes.
|
|
|