| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 63de720c9f57bf344bddd2ae4c37e37d50f34bec..08ea8cec1d96bd49b96e0853ddef485b2d7ff1fd 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -17,7 +17,7 @@ namespace extension_urls {
|
|
|
| // This returns the compile-time constant webstore update url specific to
|
| // Chrome. Usually you should prefer using GetWebstoreUpdateUrl.
|
| -GURL GetDefaultWebstoreUpdateUrl();
|
| +std::string GetDefaultWebstoreUpdateUrl();
|
|
|
| // Field to use with webstore URL for tracking launch source.
|
| extern const char kWebstoreSourceField[];
|
|
|