Chromium Code Reviews| Index: tools/gn/config.h |
| diff --git a/tools/gn/config.h b/tools/gn/config.h |
| index 0ee9b7ba36ace940284716165d5ed5a51ad0c0e0..e5a1df6d7eeee7bdbb1a9fdab95eb6943c74ce60 100644 |
| --- a/tools/gn/config.h |
| +++ b/tools/gn/config.h |
| @@ -17,7 +17,7 @@ class Settings; |
| // Represents a named config in the dependency graph. |
| class Config : public Item { |
| public: |
| - Config(const Label& label); |
| + Config(const Settings* settings, const Label& label); |
| virtual ~Config(); |
| virtual Config* AsConfig() OVERRIDE; |