| Index: url/url_canon_filesystemurl.cc
|
| diff --git a/url/url_canon_filesystemurl.cc b/url/url_canon_filesystemurl.cc
|
| index f330e22dfae7793616744a7a576a2e08d8c392aa..18e90552949426842a7c3397bb882f84d9fe1bb1 100644
|
| --- a/url/url_canon_filesystemurl.cc
|
| +++ b/url/url_canon_filesystemurl.cc
|
| @@ -43,7 +43,7 @@ bool DoCanonicalizeFileSystemURL(const CHAR* spec,
|
| return false;
|
|
|
| bool success = true;
|
| - if (CompareSchemeComponent(spec, inner_parsed->scheme, kFileScheme)) {
|
| + if (CompareSchemeComponent(spec, inner_parsed->scheme, url::kFileScheme)) {
|
| new_inner_parsed.scheme.begin = output->length();
|
| output->Append("file://", 7);
|
| new_inner_parsed.scheme.len = 4;
|
|
|