Chromium Code Reviews| Index: trunk/src/tools/gn/config.h |
| =================================================================== |
| --- trunk/src/tools/gn/config.h (revision 232660) |
| +++ trunk/src/tools/gn/config.h (working copy) |
| @@ -17,7 +17,7 @@ |
| // Represents a named config in the dependency graph. |
| class Config : public Item { |
| public: |
| - Config(const Settings* settings, const Label& label); |
| + Config(const Label& label); |
| virtual ~Config(); |
| virtual Config* AsConfig() OVERRIDE; |