| Index: athena/extensions/extensions_delegate.cc
|
| diff --git a/athena/extensions/extensions_delegate.cc b/athena/extensions/extensions_delegate.cc
|
| index 97bd0dda01f2df0bdc674b8d6406aa2315fb46af..a5c39b91628c85661bed7eea662aaae7e471c6f8 100644
|
| --- a/athena/extensions/extensions_delegate.cc
|
| +++ b/athena/extensions/extensions_delegate.cc
|
| @@ -9,7 +9,7 @@
|
| namespace athena {
|
| namespace {
|
|
|
| -ExtensionsDelegate* instance = NULL;
|
| +ExtensionsDelegate* instance = nullptr;
|
|
|
| } // namespace
|
|
|
| @@ -20,7 +20,7 @@ ExtensionsDelegate::ExtensionsDelegate() {
|
|
|
| ExtensionsDelegate::~ExtensionsDelegate() {
|
| DCHECK(instance);
|
| - instance = NULL;
|
| + instance = nullptr;
|
| }
|
|
|
| // static
|
|
|