| Index: url/gurl_unittest.cc
|
| diff --git a/url/gurl_unittest.cc b/url/gurl_unittest.cc
|
| index 13206090b40b336b42d17c12d7ae2f0a0b55b95e..829663afa85a6ce4f8b80765e4711e14388d7105 100644
|
| --- a/url/gurl_unittest.cc
|
| +++ b/url/gurl_unittest.cc
|
| @@ -3,8 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| #include <stddef.h>
|
| +#include <string.h>
|
| +#include <ostream>
|
|
|
| #include "base/macros.h"
|
| +#include "testing/gtest/include/gtest/gtest-message.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
| #include "url/url_canon.h"
|
|
|