| Index: url/url_util_internal.h
|
| diff --git a/url/url_util_internal.h b/url/url_util_internal.h
|
| index c6274cc6cada235341e08e3dc784ec60d2528eb8..c72598fa192eb73501749db872c2f4ff30dc78fd 100644
|
| --- a/url/url_util_internal.h
|
| +++ b/url/url_util_internal.h
|
| @@ -12,10 +12,6 @@
|
|
|
| namespace url {
|
|
|
| -extern const char kFileScheme[];
|
| -extern const char kFileSystemScheme[];
|
| -extern const char kMailtoScheme[];
|
| -
|
| // Given a string and a range inside the string, compares it to the given
|
| // lower-case |compare_to| buffer.
|
| bool CompareSchemeComponent(const char* spec,
|
|
|