| Index: extensions/browser/extension_registry.cc
|
| diff --git a/extensions/browser/extension_registry.cc b/extensions/browser/extension_registry.cc
|
| index 769539e971931a7368dcac90882b5422f25627aa..c28ac1ca16d6ba673696940777fccd2930e83cb6 100644
|
| --- a/extensions/browser/extension_registry.cc
|
| +++ b/extensions/browser/extension_registry.cc
|
| @@ -108,7 +108,7 @@ const Extension* ExtensionRegistry::GetExtensionById(const std::string& id,
|
| if (extension)
|
| return extension;
|
| }
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| bool ExtensionRegistry::AddEnabled(
|
|
|