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

Unified Diff: third_party/re2/re2/testing/string_generator.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/testing/simplify_test.cc ('k') | third_party/re2/re2/testing/string_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 52e5e22ca0df0833d4097cbb617159ac753688dd..6a9ef42a561b475e739ecb14d55079e7901447af 100644
--- a/third_party/re2/re2/testing/string_generator.h
+++ b/third_party/re2/re2/testing/string_generator.h
@@ -50,7 +50,7 @@
bool random_; // Whether generated strings are random.
int nrandom_; // Number of random strings left to generate.
ACMRandom* acm_; // Random number generator
- DISALLOW_COPY_AND_ASSIGN(StringGenerator);
+ DISALLOW_EVIL_CONSTRUCTORS(StringGenerator);
};
} // namespace re2
« no previous file with comments | « third_party/re2/re2/testing/simplify_test.cc ('k') | third_party/re2/re2/testing/string_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698