| Index: url/url_util.h
|
| diff --git a/url/url_util.h b/url/url_util.h
|
| index 36e781433d428f61a8f0ec71ae4c72bc4dca082a..04a6ef4315d8388dc30def3a72722baf18a364f1 100644
|
| --- a/url/url_util.h
|
| +++ b/url/url_util.h
|
| @@ -39,7 +39,7 @@ URL_EXPORT void Shutdown();
|
|
|
| // Types of a scheme representing the requirements on the data represented by
|
| // the authority component of a URL with the scheme.
|
| -enum URL_EXPORT SchemeType {
|
| +enum SchemeType {
|
| // The authority component of a URL with the scheme, if any, has the port
|
| // (the default values may be omitted in a serialization).
|
| SCHEME_WITH_PORT,
|
|
|