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

Unified Diff: third_party/re2/re2/testing/regexp_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/regexp_benchmark.cc ('k') | third_party/re2/re2/testing/regexp_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/regexp_generator.h
diff --git a/third_party/re2/re2/testing/regexp_generator.h b/third_party/re2/re2/testing/regexp_generator.h
index 3ba0d70e2202639c83fcf2af060b0d32b32a4092..b4506f2a536131f3b26c0f0528e17f0a8850fc27 100644
--- a/third_party/re2/re2/testing/regexp_generator.h
+++ b/third_party/re2/re2/testing/regexp_generator.h
@@ -53,7 +53,7 @@
vector<string> atoms_; // Possible atoms.
vector<string> ops_; // Possible ops.
ACMRandom* acm_; // Random generator.
- DISALLOW_COPY_AND_ASSIGN(RegexpGenerator);
+ DISALLOW_EVIL_CONSTRUCTORS(RegexpGenerator);
};
// Helpers for preparing arguments to RegexpGenerator constructor.
« no previous file with comments | « third_party/re2/re2/testing/regexp_benchmark.cc ('k') | third_party/re2/re2/testing/regexp_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698