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

Unified Diff: tools/gn/pool.h

Issue 2468633003: Allow inherited constructors and add a sample usage. (Closed)
Patch Set: Resync Created 4 years, 1 month 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 | « styleguide/c++/c++11.html ('k') | tools/gn/pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/pool.h
diff --git a/tools/gn/pool.h b/tools/gn/pool.h
index d719364d60d263f928e797aed7081992f3c6c839..81a021db6593706c25862214e999b4853e479ca7 100644
--- a/tools/gn/pool.h
+++ b/tools/gn/pool.h
@@ -15,7 +15,7 @@
// generated ninja build. Pools are referenced by toolchains.
class Pool : public Item {
public:
- Pool(const Settings* settings, const Label& label);
+ using Item::Item;
~Pool() override;
Pool(const Pool&) = delete;
« no previous file with comments | « styleguide/c++/c++11.html ('k') | tools/gn/pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698