| Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| index 8277a02a3f3c945e0df1f06c7883134513790b91..bae2e276c146ab56be790b6e41a2703c2d3200a8 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -224,7 +224,7 @@ class WebNavigationAPI : public ProfileKeyedAPI,
|
| explicit WebNavigationAPI(Profile* profile);
|
| virtual ~WebNavigationAPI();
|
|
|
| - // ProfileKeyedService implementation.
|
| + // BrowserContextKeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|