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

Unified Diff: public/platform/WebServiceWorkerRegistration.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/WebServiceWorker.h ('k') | public/platform/WebUnitTestSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerRegistration.h
diff --git a/public/platform/WebServiceWorkerRegistration.h b/public/platform/WebServiceWorkerRegistration.h
index 908a209ae4560d8ec54147b2675ae4ed01c4b61f..f7d0d3e96cc14af54be35e6c9ef681ae73cee0ae 100644
--- a/public/platform/WebServiceWorkerRegistration.h
+++ b/public/platform/WebServiceWorkerRegistration.h
@@ -16,7 +16,7 @@ public:
virtual ~WebServiceWorkerRegistration() { }
virtual void setProxy(WebServiceWorkerRegistrationProxy*) { }
- virtual WebServiceWorkerRegistrationProxy* proxy() { return 0; }
+ virtual WebServiceWorkerRegistrationProxy* proxy() { return nullptr; }
virtual void proxyStopped() { }
virtual WebURL scope() const { return WebURL(); }
« no previous file with comments | « public/platform/WebServiceWorker.h ('k') | public/platform/WebUnitTestSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698