Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: third_party/re2/re2/walker-inl.h

Issue 1530113002: Revert of Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/re2/unicode_groups.cc ('k') | third_party/re2/re2_test.bzl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/walker-inl.h
diff --git a/third_party/re2/re2/walker-inl.h b/third_party/re2/re2/walker-inl.h
index bdcf7f57965df604c35a3f8afc1ab31e654e4077..4d2045f7249152b7387645f93d485ce73f47ef2d 100644
--- a/third_party/re2/re2/walker-inl.h
+++ b/third_party/re2/re2/walker-inl.h
@@ -92,7 +92,7 @@
T WalkInternal(Regexp* re, T top_arg, bool use_copy);
- DISALLOW_COPY_AND_ASSIGN(Walker);
+ DISALLOW_EVIL_CONSTRUCTORS(Walker);
};
template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re,
« no previous file with comments | « third_party/re2/re2/unicode_groups.cc ('k') | third_party/re2/re2_test.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698