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

Unified Diff: chrome/browser/ui/libgtkui/gconf_listener.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
Index: chrome/browser/ui/libgtkui/gconf_listener.h
diff --git a/chrome/browser/ui/libgtkui/gconf_listener.h b/chrome/browser/ui/libgtkui/gconf_listener.h
index 25b60ecca8bc3cf09c8b143441bf17ac96c30cbf..75d336965b8a63b2e1555bf6c046a6367d79552e 100644
--- a/chrome/browser/ui/libgtkui/gconf_listener.h
+++ b/chrome/browser/ui/libgtkui/gconf_listener.h
@@ -46,7 +46,7 @@ class GConfListener {
GtkUi* delegate_;
- // Pointer to our gconf context. NULL if we aren't on a desktop that uses
+ // Pointer to our gconf context. nullptr if we aren't on a desktop that uses
// gconf.
GConfClient* client_;
« no previous file with comments | « chrome/browser/ui/libgtkui/chrome_gtk_menu_subclasses.cc ('k') | chrome/browser/ui/libgtkui/gconf_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698