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

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: 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..349c78ada1b6c10ade0f55fe2fc14871dcf70848 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 a nullptr pointer.
imcheng 2015/01/15 19:26:45 rm pointer
Kevin M 2015/01/27 00:56:45 Done.
// |length|: If successful, assigned with size of compressed content.
scoped_ptr<char[]> GetLogs(size_t* length) const;

Powered by Google App Engine
This is Rietveld 408576698