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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 642313003: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Including id in the AUTHORS file. 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
Index: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 1f47d7af4c158a52478bbe5fa7c9c34c40fdd9b0..3367a6f6c3c710862135823ac9c21c57c5953714 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -780,7 +780,7 @@ BrowserAccessibilityWin
// Many MSAA methods take a var_id parameter indicating that the operation
// should be performed on a particular child ID, rather than this object.
// This method tries to figure out the target object from |var_id| and
- // returns a pointer to the target object if it exists, otherwise NULL.
+ // returns a pointer to the target object if it exists, otherwise nullptr.
// Does not return a new reference.
BrowserAccessibilityWin* GetTargetFromChildID(const VARIANT& var_id);

Powered by Google App Engine
This is Rietveld 408576698