| 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 79e7c97e48c2a502739687c5e90c07e38c54e166..ec263d7bacf4b9ae3b4d9b1a9a393337d0da7f1f 100644
|
| --- a/extensions/browser/api/runtime/runtime_api.cc
|
| +++ b/extensions/browser/api/runtime/runtime_api.cc
|
| @@ -174,7 +174,7 @@ RuntimeAPI::RuntimeAPI(content::BrowserContext* context)
|
| delegate_ = ExtensionsBrowserClient::Get()->CreateRuntimeAPIDelegate(
|
| browser_context_);
|
|
|
| - // Check if registered events are up-to-date. We can only do this once
|
| + // Check if registered events are up to date. We can only do this once
|
| // per browser context, since it updates internal state when called.
|
| dispatch_chrome_updated_event_ =
|
| ExtensionsBrowserClient::Get()->DidVersionUpdate(browser_context_);
|
|
|