Chromium Code Reviews

Unified Diff: third_party/re2/re2/mimics_pcre.cc

Issue 1516543002: Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/re2/re2/mimics_pcre.cc
diff --git a/third_party/re2/re2/mimics_pcre.cc b/third_party/re2/re2/mimics_pcre.cc
index fc6dd4ad5941f9b1810464a1f3155ccadc48aa60..0a55004d1baeed6129b47e3c83645cc2b065a059 100644
--- a/third_party/re2/re2/mimics_pcre.cc
+++ b/third_party/re2/re2/mimics_pcre.cc
@@ -124,7 +124,7 @@ class EmptyStringWalker : public Regexp::Walker<bool> {
}
private:
- DISALLOW_EVIL_CONSTRUCTORS(EmptyStringWalker);
+ DISALLOW_COPY_AND_ASSIGN(EmptyStringWalker);
};
// Called after visiting re's children. child_args contains the return

Powered by Google App Engine