| Index: url/gurl_unittest.cc
|
| diff --git a/url/gurl_unittest.cc b/url/gurl_unittest.cc
|
| index 81177bd4bc5662ea307f363a28251b79b7b423a4..cb289cbae10540ce367f0cd5c78ae5dffb6e88d7 100644
|
| --- a/url/gurl_unittest.cc
|
| +++ b/url/gurl_unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "googleurl/src/gurl.h"
|
| -#include "googleurl/src/url_canon.h"
|
| -#include "googleurl/src/url_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "url/gurl.h"
|
| +#include "url/url_canon.h"
|
| +#include "url/url_test_utils.h"
|
|
|
| // Some implementations of base/basictypes.h may define ARRAYSIZE.
|
| // If it's not defined, we define it to the ARRAYSIZE_UNSAFE macro
|
|
|