| Index: url/url_canon_query.cc
|
| diff --git a/url/url_canon_query.cc b/url/url_canon_query.cc
|
| index bf59d104ca170c3fd0d38f3d89c9c903e139567e..e08293700eb8222b45916d5d713db87ed5c66139 100644
|
| --- a/url/url_canon_query.cc
|
| +++ b/url/url_canon_query.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/strings/string16.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
| #include "url/url_canon.h"
|
| #include "url/url_canon_internal.h"
|
|
|
|
|