| Index: extensions/common/extensions_client.h
|
| diff --git a/extensions/common/extensions_client.h b/extensions/common/extensions_client.h
|
| index 754565f2d6e59ad62a1f490069f1d65b086614ce..87be85903c574ff01ec08b2463e45f7f9a8e124f 100644
|
| --- a/extensions/common/extensions_client.h
|
| +++ b/extensions/common/extensions_client.h
|
| @@ -103,7 +103,7 @@ class ExtensionsClient {
|
| virtual void RecordDidSuppressFatalError() = 0;
|
|
|
| // Returns the base webstore URL prefix.
|
| - virtual std::string GetWebstoreBaseURL() const = 0;
|
| + virtual const GURL& GetWebstoreBaseURL() const = 0;
|
|
|
| // Returns the URL to use for update manifest queries.
|
| virtual const GURL& GetWebstoreUpdateURL() const = 0;
|
|
|