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

Unified Diff: third_party/re2/re2/prefilter.h

Issue 1516543002: Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated update instructions 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/perl_groups.cc ('k') | third_party/re2/re2/prefilter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/prefilter.h
diff --git a/third_party/re2/re2/prefilter.h b/third_party/re2/re2/prefilter.h
index c2f9dddd85656f4b16dedca3174bbd567a8980e6..2bc167669779cbb1a2581acbc9d4b479cad6439c 100644
--- a/third_party/re2/re2/prefilter.h
+++ b/third_party/re2/re2/prefilter.h
@@ -97,7 +97,7 @@ class Prefilter {
// Used for debugging, helps in tracking memory leaks.
int alloc_id_;
- DISALLOW_EVIL_CONSTRUCTORS(Prefilter);
+ DISALLOW_COPY_AND_ASSIGN(Prefilter);
};
} // namespace re2
« no previous file with comments | « third_party/re2/re2/perl_groups.cc ('k') | third_party/re2/re2/prefilter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698