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

Unified Diff: athena/content/shell/dialogs.cc

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/content/content_proxy.cc ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « athena/content/content_proxy.cc ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698