Index: third_party/re2/re2/testing/null_walker.cc |
diff --git a/third_party/re2/re2/testing/null_walker.cc b/third_party/re2/re2/testing/null_walker.cc |
index 09b53cbea3c0b285ea714103e04cbd62d6fa9e44..bc943f47c1b9a74ad33e8710a9035ccdeddfeb51 100644 |
--- a/third_party/re2/re2/testing/null_walker.cc |
+++ b/third_party/re2/re2/testing/null_walker.cc |
@@ -23,7 +23,7 @@ class NullWalker : public Regexp::Walker<bool> { |
} |
private: |
- DISALLOW_EVIL_CONSTRUCTORS(NullWalker); |
+ DISALLOW_COPY_AND_ASSIGN(NullWalker); |
}; |
// Called after visiting re's children. child_args contains the return |