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

Unified Diff: tools/gn/err.h

Issue 1728303003: tools/gn: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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 | « no previous file | tools/gn/err.cc » ('j') | tools/gn/label.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/err.h
diff --git a/tools/gn/err.h b/tools/gn/err.h
index 3e077e9fb892303d5b7127eacbd3441b7a791c26..eeec31abc6eff18fbd9469f59642f80cf7dd81d2 100644
--- a/tools/gn/err.h
+++ b/tools/gn/err.h
@@ -54,6 +54,8 @@ class Err {
const std::string msg,
const std::string& help_text = std::string());
+ Err(const Err& other);
+
~Err();
bool has_error() const { return has_error_; }
« no previous file with comments | « no previous file | tools/gn/err.cc » ('j') | tools/gn/label.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698