Chromium Code Reviews| Index: third_party/re2/util/util.h |
| diff --git a/third_party/re2/util/util.h b/third_party/re2/util/util.h |
| index 83504454b28c40c38dd8c4ac79f8d1782697904a..0c18583d232e8c769e97acf97050878e237736e5 100644 |
| --- a/third_party/re2/util/util.h |
| +++ b/third_party/re2/util/util.h |
| @@ -55,7 +55,7 @@ using std::tr1::unordered_set; |
| #else |
| #include <unordered_set> |
| -#if defined(WIN32) || defined(OS_ANDROID) |
| +#if defined(WIN32) |
| using std::tr1::unordered_set; |
| #else |
| using std::unordered_set; |