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

Unified Diff: cc/test/fake_content_layer_client.cc

Issue 634243003: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr [part-4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating fix. 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
Index: cc/test/fake_content_layer_client.cc
diff --git a/cc/test/fake_content_layer_client.cc b/cc/test/fake_content_layer_client.cc
index d97869cc0ac876efbb340ed4671460698ecca755..e4bd7ac05172445b57e4eee6fc53e0b3094d5cbe 100644
--- a/cc/test/fake_content_layer_client.cc
+++ b/cc/test/fake_content_layer_client.cc
@@ -10,7 +10,7 @@
namespace cc {
FakeContentLayerClient::FakeContentLayerClient()
- : fill_with_nonsolid_color_(false), last_canvas_(NULL) {
+ : fill_with_nonsolid_color_(false), last_canvas_(nullptr) {
}
FakeContentLayerClient::~FakeContentLayerClient() {

Powered by Google App Engine
This is Rietveld 408576698