| Index: extensions/browser/api/runtime/runtime_api.cc
|
| diff --git a/extensions/browser/api/runtime/runtime_api.cc b/extensions/browser/api/runtime/runtime_api.cc
|
| index 8764d8c1e87664412b9559cb50ccadecf820121d..b49a66ddbcfb7a098a7a72da818486f583cfe229 100644
|
| --- a/extensions/browser/api/runtime/runtime_api.cc
|
| +++ b/extensions/browser/api/runtime/runtime_api.cc
|
| @@ -279,7 +279,7 @@ bool RuntimeAPI::RestartDevice(std::string* error_message) {
|
| void RuntimeEventRouter::DispatchOnStartupEvent(
|
| content::BrowserContext* context,
|
| const std::string& extension_id) {
|
| - DispatchOnStartupEventImpl(context, extension_id, true, NULL);
|
| + DispatchOnStartupEventImpl(context, extension_id, true, nullptr);
|
| }
|
|
|
| // static
|
|
|