| Index: url/url_canon_stdurl.cc
|
| diff --git a/url/url_canon_stdurl.cc b/url/url_canon_stdurl.cc
|
| index 7d1758b1299987f9f1a20a32f997e1a374c430f2..4b65c85a349bab7d16bc31e4a7429749acaf59a7 100644
|
| --- a/url/url_canon_stdurl.cc
|
| +++ b/url/url_canon_stdurl.cc
|
| @@ -5,6 +5,10 @@
|
| // Functions to canonicalize "standard" URLs, which are ones that have an
|
| // authority section including a host name.
|
|
|
| +#include <string.h>
|
| +
|
| +#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_constants.h"
|
|
|