| Index: url/gurl.h
|
| diff --git a/url/gurl.h b/url/gurl.h
|
| index c0ad418add981f2e56644f35dcb14dde757aaf77..bafafd88ddcff0a9770d34649b963e42402e2674 100644
|
| --- a/url/gurl.h
|
| +++ b/url/gurl.h
|
| @@ -10,11 +10,11 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
| #include "url/url_canon.h"
|
| #include "url/url_canon_stdstring.h"
|
| #include "url/url_constants.h"
|
| #include "url/url_export.h"
|
| -#include "url/url_parse.h"
|
|
|
| class URL_EXPORT GURL {
|
| public:
|
|
|