| Index: athena/content/app_registry_impl.cc
|
| diff --git a/athena/content/app_registry_impl.cc b/athena/content/app_registry_impl.cc
|
| index 0e750f30ddf292f02f2bcf210425dbba7a94e2a5..599934d9a815726098f059f2f80bdc0b7b7c1c5a 100644
|
| --- a/athena/content/app_registry_impl.cc
|
| +++ b/athena/content/app_registry_impl.cc
|
| @@ -31,7 +31,7 @@ class AppRegistryImpl : public AppRegistry {
|
|
|
| namespace {
|
|
|
| -AppRegistryImpl* instance = NULL;
|
| +AppRegistryImpl* instance = nullptr;
|
|
|
| } // namespace
|
|
|
| @@ -88,7 +88,7 @@ void AppRegistry::ShutDown() {
|
| AppRegistry::AppRegistry() {}
|
|
|
| AppRegistry::~AppRegistry() {
|
| - instance = NULL;
|
| + instance = nullptr;
|
| }
|
|
|
| } // namespace athena
|
|
|