| Index: mojo/public/cpp/bindings/lib/filter_chain.h
|
| diff --git a/mojo/public/cpp/bindings/lib/filter_chain.h b/mojo/public/cpp/bindings/lib/filter_chain.h
|
| index 8680f41aaee7216d1aed1f4e00eb863ef423466a..fc6664266a78f242aab0f104ccefa2fca9423ceb 100644
|
| --- a/mojo/public/cpp/bindings/lib/filter_chain.h
|
| +++ b/mojo/public/cpp/bindings/lib/filter_chain.h
|
| @@ -20,7 +20,7 @@ class FilterChain {
|
| public:
|
| // Doesn't take ownership of |sink|. Therefore |sink| has to stay alive while
|
| // this object is alive.
|
| - explicit FilterChain(MessageReceiver* sink = NULL);
|
| + explicit FilterChain(MessageReceiver* sink = nullptr);
|
|
|
| // Move-only constructor and operator=.
|
| FilterChain(RValue other);
|
|
|