| Index: trunk/src/url/url_canon_unittest.cc
|
| ===================================================================
|
| --- trunk/src/url/url_canon_unittest.cc (revision 194154)
|
| +++ trunk/src/url/url_canon_unittest.cc (working copy)
|
| @@ -30,13 +30,13 @@
|
| #include <errno.h>
|
| #include <unicode/ucnv.h>
|
|
|
| +#include "googleurl/src/url_canon.h"
|
| +#include "googleurl/src/url_canon_icu.h"
|
| +#include "googleurl/src/url_canon_internal.h"
|
| +#include "googleurl/src/url_canon_stdstring.h"
|
| +#include "googleurl/src/url_parse.h"
|
| +#include "googleurl/src/url_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "url/url_canon.h"
|
| -#include "url/url_canon_icu.h"
|
| -#include "url/url_canon_internal.h"
|
| -#include "url/url_canon_stdstring.h"
|
| -#include "url/url_parse.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
|
|
|