| Index: chrome/browser/extensions/api/web_request/web_request_api.h
|
| diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| index 8a2795bcc774b17810988a023dd3f219b4bb5b26..816d33a02a87d78c698433c16dd1de22aad79247 100644
|
| --- a/chrome/browser/extensions/api/web_request/web_request_api.h
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| @@ -57,7 +57,7 @@ class WebRequestRulesRegistry;
|
|
|
| // Support class for the WebRequest API. Lives on the UI thread. Most of the
|
| // work is done by ExtensionWebRequestEventRouter below. This class observes
|
| -// extension::EventRouter to deal with event listeners. There is one instance
|
| +// extensions::EventRouter to deal with event listeners. There is one instance
|
| // per BrowserContext which is shared with incognito.
|
| class WebRequestAPI : public BrowserContextKeyedAPI,
|
| public EventRouter::Observer {
|
|
|