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

Unified Diff: extensions/browser/api/cast_channel/logger.h

Issue 843453002: Replace NULL with nullptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync w/master, code review feedback. Created 5 years, 11 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: extensions/browser/api/cast_channel/logger.h
diff --git a/extensions/browser/api/cast_channel/logger.h b/extensions/browser/api/cast_channel/logger.h
index 4873af6456d50df594c51935baa27fe8352d4b48..e6462bb74b3c2b8b4b381deba625b040d0dc2858 100644
--- a/extensions/browser/api/cast_channel/logger.h
+++ b/extensions/browser/api/cast_channel/logger.h
@@ -73,7 +73,7 @@ class Logger : public base::RefCounted<Logger> {
// Assembles logs collected so far and return it as a serialized Log proto,
// compressed in gzip format.
- // If serialization or compression failed, returns a NULL pointer.
+ // If serialization or compression failed, returns nullptr.
// |length|: If successful, assigned with size of compressed content.
scoped_ptr<char[]> GetLogs(size_t* length) const;
« no previous file with comments | « extensions/browser/api/cast_channel/cast_transport.cc ('k') | extensions/browser/api/cast_channel/logger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698