| Index: chrome/browser/extensions/webstore_install_helper.h
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
|
| index c9e1296fb0440f30ddb2cc0dda74660a40f0d695..5d5c83f315ea8504ba9c2432857f02ac08e6e014 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.h
|
| +++ b/chrome/browser/extensions/webstore_install_helper.h
|
| @@ -30,6 +30,8 @@ class URLFetcher;
|
| class URLRequestContextGetter;
|
| }
|
|
|
| +namespace extensions {
|
| +
|
| // This is a class to help dealing with webstore-provided data. It manages
|
| // sending work to the utility process for parsing manifests and
|
| // fetching/decoding icon data. Clients must implement the
|
| @@ -132,4 +134,6 @@ class WebstoreInstallHelper : public content::UtilityProcessHostClient,
|
| Delegate::InstallHelperResultCode parse_error_;
|
| };
|
|
|
| +} // namespace extensions
|
| +
|
| #endif // CHROME_BROWSER_EXTENSIONS_WEBSTORE_INSTALL_HELPER_H_
|
|
|