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

Unified Diff: public/platform/WebUnitTestSupport.h

Issue 1158913002: Replacing the 'return 0;' statements with 'return nullptr;' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « public/platform/WebServiceWorkerRegistration.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebUnitTestSupport.h
diff --git a/public/platform/WebUnitTestSupport.h b/public/platform/WebUnitTestSupport.h
index a8609ded171e3a93bac7d792231ca8acfc881c74..dd80f1de46188811b66b43882cacf0c4ca68974e 100644
--- a/public/platform/WebUnitTestSupport.h
+++ b/public/platform/WebUnitTestSupport.h
@@ -59,7 +59,7 @@ public:
// Constructs a WebLayerTreeView set up with reasonable defaults for
// testing.
- virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; }
+ virtual WebLayerTreeView* createLayerTreeViewForTesting() { return nullptr; }
virtual WebData readFromFile(const WebString& path) { return WebData(); }
« no previous file with comments | « public/platform/WebServiceWorkerRegistration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698