| Index: third_party/re2/re2/testing/tester.h
|
| diff --git a/third_party/re2/re2/testing/tester.h b/third_party/re2/re2/testing/tester.h
|
| index d1e1b22a651ccb04486acba6b9b5d367bd3f4498..6e16e7757f13c2e888e4f82b09fd865e83148527 100644
|
| --- a/third_party/re2/re2/testing/tester.h
|
| +++ b/third_party/re2/re2/testing/tester.h
|
| @@ -84,7 +84,7 @@
|
| PCRE* re_; // PCRE implementation
|
| RE2* re2_; // RE2 implementation
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(TestInstance);
|
| + DISALLOW_EVIL_CONSTRUCTORS(TestInstance);
|
| };
|
|
|
| // A group of TestInstances for all possible configurations.
|
| @@ -110,7 +110,7 @@
|
| bool error_;
|
| vector<TestInstance*> v_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(Tester);
|
| + DISALLOW_EVIL_CONSTRUCTORS(Tester);
|
| };
|
|
|
| // Run all possible tests using regexp and text.
|
|
|