| 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..7e025c96a0c826abec34cb3f281ae33237cee9f5 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();
|
| +const char* GetDefaultWebstoreUpdateUrl();
|
|
|
| // Field to use with webstore URL for tracking launch source.
|
| extern const char kWebstoreSourceField[];
|
|
|