| 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 eb96a4a12e9b9fbb3ed91608c7af10a3af628d1d..3fbb7fa8a3ca23ba09197524a236fdb91937d338 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 ProfileKeyedAPI,
|
| explicit SystemInfoAPI(Profile* profile);
|
| virtual ~SystemInfoAPI();
|
|
|
| - // ProfileKeyedService implementation.
|
| + // BrowserContextKeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // EventRouter::Observer implementation.
|
|
|