| 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 4d2045f7249152b7387645f93d485ce73f47ef2d..bdcf7f57965df604c35a3f8afc1ab31e654e4077 100644
|
| --- a/third_party/re2/re2/walker-inl.h
|
| +++ b/third_party/re2/re2/walker-inl.h
|
| @@ -92,7 +92,7 @@ template<typename T> class Regexp::Walker {
|
|
|
| T WalkInternal(Regexp* re, T top_arg, bool use_copy);
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(Walker);
|
| + DISALLOW_COPY_AND_ASSIGN(Walker);
|
| };
|
|
|
| template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re,
|
|
|