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

Unified Diff: extensions/browser/app_window/app_window_contents.cc

Issue 598173003: Run clang-modernize -use-nullptr over src/extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/app_window/app_window_contents.cc
diff --git a/extensions/browser/app_window/app_window_contents.cc b/extensions/browser/app_window/app_window_contents.cc
index 6c3909a4c39f32d694b4251a4fdbe4dfc3eaca36..e3181157e404189d933ec1505ea422080145565d 100644
--- a/extensions/browser/app_window/app_window_contents.cc
+++ b/extensions/browser/app_window/app_window_contents.cc
@@ -108,7 +108,7 @@ bool AppWindowContentsImpl::OnMessageReceived(const IPC::Message& message) {
}
WindowController* AppWindowContentsImpl::GetExtensionWindowController() const {
- return NULL;
+ return nullptr;
}
content::WebContents* AppWindowContentsImpl::GetAssociatedWebContents() const {

Powered by Google App Engine
This is Rietveld 408576698