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

Unified Diff: extensions/browser/api/cast_channel/cast_framer.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/cast_framer.h
diff --git a/extensions/browser/api/cast_channel/cast_framer.h b/extensions/browser/api/cast_channel/cast_framer.h
index 4bfe0023d41324fe8e66cbd117d848ac5c840ff3..02835428723c4c7bddf122c17a6a55e923fd1e92 100644
--- a/extensions/browser/api/cast_channel/cast_framer.h
+++ b/extensions/browser/api/cast_channel/cast_framer.h
@@ -42,7 +42,7 @@ class MessageFramer {
// |error| The result of the ingest operation. Set to CHANNEL_ERROR_NONE
// if no error occurred.
// Returns A pointer to a parsed CastMessage if a message was received
- // in its entirety, NULL otherwise.
+ // in its entirety, nullptr otherwise.
scoped_ptr<CastMessage> Ingest(size_t num_bytes,
size_t* message_length,
ChannelError* error);

Powered by Google App Engine
This is Rietveld 408576698