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

Unified Diff: athena/content/chrome/web_activity_helpers_browsertest.cc

Issue 653563004: NULL -> nullptr under athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « athena/content/app_registry_impl.cc ('k') | athena/content/content_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/chrome/web_activity_helpers_browsertest.cc
diff --git a/athena/content/chrome/web_activity_helpers_browsertest.cc b/athena/content/chrome/web_activity_helpers_browsertest.cc
index 12c79d26df107b886a0fcead8473427b86b959ce..1c633e92b1a1379ca32f54452487c50f42659ed1 100644
--- a/athena/content/chrome/web_activity_helpers_browsertest.cc
+++ b/athena/content/chrome/web_activity_helpers_browsertest.cc
@@ -50,7 +50,7 @@ class HelpersCreatedChecker : public content::NotificationObserver {
content::WebContents* web_contents =
content::Source<content::WebContents>(source).ptr();
helpers_created_prior_to_render_view_ &=
- (extensions::TabHelper::FromWebContents(web_contents) != NULL);
+ (extensions::TabHelper::FromWebContents(web_contents) != nullptr);
}
bool helpers_created_prior_to_render_view_;
« no previous file with comments | « athena/content/app_registry_impl.cc ('k') | athena/content/content_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698