Index: tools/gn/output_file.h |
diff --git a/tools/gn/output_file.h b/tools/gn/output_file.h |
index 3e0e99df47fc15049023f7c61287105648082060..5f43a6437fea548d219dcdc74b500d878e4494b1 100644 |
--- a/tools/gn/output_file.h |
+++ b/tools/gn/output_file.h |
@@ -17,7 +17,8 @@ class SourceFile; |
class OutputFile { |
public: |
OutputFile(); |
- explicit OutputFile(const base::StringPiece& str); |
+ explicit OutputFile(std::string&& v); |
+ explicit OutputFile(const std::string& v); |
OutputFile(const BuildSettings* build_settings, |
const SourceFile& source_file); |
~OutputFile(); |