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

Unified Diff: extensions/browser/api/cast_channel/cast_channel_api.cc

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_channel_api.cc
diff --git a/extensions/browser/api/cast_channel/cast_channel_api.cc b/extensions/browser/api/cast_channel/cast_channel_api.cc
index 08e05d42746ccba4fd355d754855ad717e5c3471..56f140ec65c6399eb70b6e8eafdc4f1f03234817 100644
--- a/extensions/browser/api/cast_channel/cast_channel_api.cc
+++ b/extensions/browser/api/cast_channel/cast_channel_api.cc
@@ -149,7 +149,7 @@ content::BrowserContext* CastChannelAPI::GetBrowserContext() const {
CastChannelAPI::~CastChannelAPI() {}
-CastChannelAsyncApiFunction::CastChannelAsyncApiFunction() : manager_(NULL) {
+CastChannelAsyncApiFunction::CastChannelAsyncApiFunction() : manager_(nullptr) {
}
CastChannelAsyncApiFunction::~CastChannelAsyncApiFunction() { }

Powered by Google App Engine
This is Rietveld 408576698