Index: url/url_parse_unittest.cc |
diff --git a/url/url_parse_unittest.cc b/url/url_parse_unittest.cc |
index 8454806f9748872a49181d5a334214ad62ab1883..1a9c09fe864128e22d0084ba581d13bd3fc77ffd 100644 |
--- a/url/url_parse_unittest.cc |
+++ b/url/url_parse_unittest.cc |
@@ -30,8 +30,8 @@ |
#include "url/url_parse.h" |
#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 |