| Index: url/url_parse_unittest.cc
|
| diff --git a/url/url_parse_unittest.cc b/url/url_parse_unittest.cc
|
| index cc3eb1b63b156f902bf4d5de98d69f927186ac01..7293d237e44ff96764b72d3fc7b479978311b227 100644
|
| --- a/url/url_parse_unittest.cc
|
| +++ b/url/url_parse_unittest.cc
|
| @@ -28,8 +28,8 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "base/basictypes.h"
|
| -#include "googleurl/src/url_parse.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "url/url_parse.h"
|
|
|
| // Some implementations of base/basictypes.h may define ARRAYSIZE.
|
| // If it's not defined, we define it to the ARRAYSIZE_UNSAFE macro
|
|
|