| Index: third_party/re2/re2/testing/string_generator.h
|
| diff --git a/third_party/re2/re2/testing/string_generator.h b/third_party/re2/re2/testing/string_generator.h
|
| index 6a9ef42a561b475e739ecb14d55079e7901447af..52e5e22ca0df0833d4097cbb617159ac753688dd 100644
|
| --- a/third_party/re2/re2/testing/string_generator.h
|
| +++ b/third_party/re2/re2/testing/string_generator.h
|
| @@ -50,7 +50,7 @@ class StringGenerator {
|
| bool random_; // Whether generated strings are random.
|
| int nrandom_; // Number of random strings left to generate.
|
| ACMRandom* acm_; // Random number generator
|
| - DISALLOW_EVIL_CONSTRUCTORS(StringGenerator);
|
| + DISALLOW_COPY_AND_ASSIGN(StringGenerator);
|
| };
|
|
|
| } // namespace re2
|
|
|