| Index: athena/content/shell/dialogs.cc
|
| diff --git a/athena/content/shell/dialogs.cc b/athena/content/shell/dialogs.cc
|
| index 63b09e0169493cd578d4ed8d8c6106407d1a5174..ce5db0addc94cf894b0d6e28b68736694a5cedbe 100644
|
| --- a/athena/content/shell/dialogs.cc
|
| +++ b/athena/content/shell/dialogs.cc
|
| @@ -12,7 +12,7 @@ content::ColorChooser* OpenColorChooser(
|
| SkColor initial_color,
|
| const std::vector<content::ColorSuggestion>& suggestions) {
|
| NOTIMPLEMENTED();
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| void OpenFileChooser(content::WebContents* web_contents,
|
|
|