| Index: url/url_util.h
|
| diff --git a/url/url_util.h b/url/url_util.h
|
| index 04a6ef4315d8388dc30def3a72722baf18a364f1..58fbfaec29942306e313c6a2aabd48a76ccafe07 100644
|
| --- a/url/url_util.h
|
| +++ b/url/url_util.h
|
| @@ -27,6 +27,9 @@ namespace url {
|
| // It is OK to call this function more than once, subsequent calls will be
|
| // no-ops, unless Shutdown was called in the mean time. This will also be a
|
| // no-op if other calls to the library have forced an initialization beforehand.
|
| +struct Component;
|
| +struct Parsed;
|
| +
|
| URL_EXPORT void Initialize();
|
|
|
| // Cleanup is not required, except some strings may leak. For most user
|
|
|