Chromium Code Reviews| Index: url/url_canon_fileurl.cc |
| diff --git a/url/url_canon_fileurl.cc b/url/url_canon_fileurl.cc |
| index 6191f8f9b2ca13d66e0193112a81f94520563c52..5796d157e1de0306c8c89cd268fc232eb2b14757 100644 |
| --- a/url/url_canon_fileurl.cc |
| +++ b/url/url_canon_fileurl.cc |
| @@ -4,10 +4,10 @@ |
| // Functions for canonicalizing "file:" URLs. |
| +#include "base/strings/string16.h" |
| +#include "url/third_party/mozilla/url_parse.h" |
| #include "url/url_canon.h" |
| #include "url/url_canon_internal.h" |
| -#include "url/url_file.h" |
| -#include "url/url_parse_internal.h" |
| namespace url { |
|
Łukasz Anforowicz
2016/01/07 00:16:17
On line #16 below there is #ifdef WIN32 - it proba
|