| Index: athena/extensions/chrome/app_list_controller_delegate_athena.cc
|
| diff --git a/athena/extensions/chrome/app_list_controller_delegate_athena.cc b/athena/extensions/chrome/app_list_controller_delegate_athena.cc
|
| index 5dcef0596691b6c37b21a04815d474b269a5b1e0..a731c8b855c132e46d0c6dcd722065031ac7561f 100644
|
| --- a/athena/extensions/chrome/app_list_controller_delegate_athena.cc
|
| +++ b/athena/extensions/chrome/app_list_controller_delegate_athena.cc
|
| @@ -23,7 +23,7 @@ void AppListControllerDelegateAthena::DismissView() {
|
|
|
| gfx::NativeWindow AppListControllerDelegateAthena::GetAppListWindow() {
|
| NOTIMPLEMENTED();
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| gfx::Rect AppListControllerDelegateAthena::GetAppListBounds() {
|
|
|