| Index: chrome/browser/extensions/api/system_info/system_info_api.h
|
| diff --git a/chrome/browser/extensions/api/system_info/system_info_api.h b/chrome/browser/extensions/api/system_info/system_info_api.h
|
| index 88e08a9bffa24885d6a698843542a2555630121a..f70e799b462b31058a53a2b4c661655eea4e86f5 100644
|
| --- a/chrome/browser/extensions/api/system_info/system_info_api.h
|
| +++ b/chrome/browser/extensions/api/system_info/system_info_api.h
|
| @@ -21,7 +21,7 @@ class SystemInfoAPI : public BrowserContextKeyedAPI,
|
| explicit SystemInfoAPI(content::BrowserContext* context);
|
| virtual ~SystemInfoAPI();
|
|
|
| - // BrowserContextKeyedService implementation.
|
| + // KeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // EventRouter::Observer implementation.
|
|
|