Index: third_party/re2/re2/set.h |
diff --git a/third_party/re2/re2/set.h b/third_party/re2/re2/set.h |
index d7164257f16e596c99187857173a48e359912c49..1f55b6198302d7b6f50ea826926f941fd68b3b5b 100644 |
--- a/third_party/re2/re2/set.h |
+++ b/third_party/re2/re2/set.h |
@@ -45,7 +45,7 @@ class RE2::Set { |
vector<re2::Regexp*> re_; |
re2::Prog* prog_; |
bool compiled_; |
- //DISALLOW_EVIL_CONSTRUCTORS(Set); |
+ //DISALLOW_COPY_AND_ASSIGN(Set); |
Set(const Set&); |
void operator=(const Set&); |
}; |