| Index: extensions/common/extension_urls.h
|
| diff --git a/extensions/common/extension_urls.h b/extensions/common/extension_urls.h
|
| index 2fd72c8cf3cb7effbd7fb84afc7855fb44815a10..95aed71e5ac364089ac65f939326dd1970006ab3 100644
|
| --- a/extensions/common/extension_urls.h
|
| +++ b/extensions/common/extension_urls.h
|
| @@ -38,7 +38,7 @@ extern const char kChromeWebstoreUpdateURL[];
|
| // Returns the URL prefix for the extension/apps gallery. Can be set via the
|
| // --apps-gallery-url switch. The URL returned will not contain a trailing
|
| // slash. Do not use this as a prefix/extent for the store.
|
| -std::string GetWebstoreLaunchURL();
|
| +GURL GetWebstoreLaunchURL();
|
|
|
| // Returns the URL to the extensions category on the Web Store. This is
|
| // derived from GetWebstoreLaunchURL().
|
|
|