| Index: athena/extensions/shell/athena_shell_app_delegate.cc
|
| diff --git a/athena/extensions/shell/athena_shell_app_delegate.cc b/athena/extensions/shell/athena_shell_app_delegate.cc
|
| index 5761166359d31682a9c261d8bac7cb1c96020a91..28043011d9bbf7cf0457a573844711db6d4f69d2 100644
|
| --- a/athena/extensions/shell/athena_shell_app_delegate.cc
|
| +++ b/athena/extensions/shell/athena_shell_app_delegate.cc
|
| @@ -26,7 +26,7 @@ content::ColorChooser* AthenaShellAppDelegate::ShowColorChooser(
|
| content::WebContents* web_contents,
|
| SkColor initial_color) {
|
| NOTIMPLEMENTED();
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| void AthenaShellAppDelegate::RunFileChooser(
|
|
|