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

Unified Diff: chrome/browser/ui/libgtkui/gtk_ui.h

Issue 2707313002: Gtk: Change NULL to nullptr (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/browser/ui/libgtkui/gtk_status_icon.cc ('k') | chrome/browser/ui/libgtkui/gtk_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gtk_ui.h
diff --git a/chrome/browser/ui/libgtkui/gtk_ui.h b/chrome/browser/ui/libgtkui/gtk_ui.h
index f58d94313b0421a61bd798b74109b02276588b48..627aab50a982d29a5d4841a2184dda3eba0764e7 100644
--- a/chrome/browser/ui/libgtkui/gtk_ui.h
+++ b/chrome/browser/ui/libgtkui/gtk_ui.h
@@ -178,7 +178,7 @@ class GtkUi : public views::LinuxUI {
NonClientMiddleClickAction middle_click_action_;
// Used to override the native theme for a window. If no override is provided
- // or the callback returns NULL, GtkUi will default to a NativeThemeGtk2
+ // or the callback returns nullptr, GtkUi will default to a NativeThemeGtk2
// instance.
NativeThemeGetter native_theme_overrider_;
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_status_icon.cc ('k') | chrome/browser/ui/libgtkui/gtk_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698