Chromium Code Reviews| Index: tools/gn/xcode_writer.h |
| diff --git a/tools/gn/xcode_writer.h b/tools/gn/xcode_writer.h |
| index 8c4e3040a0932af290c44a27b57cefa650a5c66f..51a526d5d9e2638f8c9bcc816c58e9ff1732c8f1 100644 |
| --- a/tools/gn/xcode_writer.h |
| +++ b/tools/gn/xcode_writer.h |
| @@ -19,7 +19,7 @@ class Err; |
| class SourceDir; |
| class Target; |
| -using PBXAttributes = std::map<std::string, std::string>; |
| +using PBXAttributes = std::multimap<std::string, std::string>; |
| class PBXProject; |
| namespace base { |