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

Unified Diff: components/sync/base/cancelation_signal.h

Issue 2427803002: [Sync] Replacing NULL with nullptr in code and null in comments for components/sync/ (Closed)
Patch Set: Fixing start of sentence capitlization. Created 4 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 | « no previous file | components/sync/base/cancelation_signal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/cancelation_signal.h
diff --git a/components/sync/base/cancelation_signal.h b/components/sync/base/cancelation_signal.h
index 6740743f8e129d6facc3e3960bcf245439c0e6f1..0bf72e7f8784e401693ae1ddab642cae32b2019d 100644
--- a/components/sync/base/cancelation_signal.h
+++ b/components/sync/base/cancelation_signal.h
@@ -62,7 +62,7 @@ class CancelationSignal {
// True if Signal() has been invoked.
bool signalled_;
- // The registered abort handler. May be NULL.
+ // The registered abort handler. May be null.
CancelationObserver* handler_;
};
« no previous file with comments | « no previous file | components/sync/base/cancelation_signal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698