| Index: url/url_canon_stdstring.h
|
| diff --git a/url/url_canon_stdstring.h b/url/url_canon_stdstring.h
|
| index 662cac73b41cb036c706cefc7dbed4a3baebcd54..51398408a3ec7865b05a8a7d3c90d1a23d31fe72 100644
|
| --- a/url/url_canon_stdstring.h
|
| +++ b/url/url_canon_stdstring.h
|
| @@ -13,9 +13,14 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
| #include "url/url_canon.h"
|
| #include "url/url_export.h"
|
|
|
| +namespace base {
|
| +template <typename STRING_TYPE> class BasicStringPiece;
|
| +} // namespace base
|
| +
|
| namespace url {
|
|
|
| // Write into a std::string given in the constructor. This object does not own
|
|
|