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

Unified Diff: third_party/re2/re2/set.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/regexp.cc ('k') | third_party/re2/re2/set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/set.h
diff --git a/third_party/re2/re2/set.h b/third_party/re2/re2/set.h
index d7164257f16e596c99187857173a48e359912c49..1f55b6198302d7b6f50ea826926f941fd68b3b5b 100644
--- a/third_party/re2/re2/set.h
+++ b/third_party/re2/re2/set.h
@@ -45,7 +45,7 @@ class RE2::Set {
vector<re2::Regexp*> re_;
re2::Prog* prog_;
bool compiled_;
- //DISALLOW_EVIL_CONSTRUCTORS(Set);
+ //DISALLOW_COPY_AND_ASSIGN(Set);
Set(const Set&);
void operator=(const Set&);
};
« no previous file with comments | « third_party/re2/re2/regexp.cc ('k') | third_party/re2/re2/set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698