| Index: url/url_parse_unittest.cc
|
| diff --git a/url/url_parse_unittest.cc b/url/url_parse_unittest.cc
|
| index 71b24381de793050d034d2b22e65e3231e1b0d53..636be6c27b9ba9077cb514d3499040be47b33e62 100644
|
| --- a/url/url_parse_unittest.cc
|
| +++ b/url/url_parse_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "url/url_parse.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
|
|
| #include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "url/url_parse.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
|
|
| // Interesting IE file:isms...
|
| //
|
|
|