Chromium Code Reviews| Index: chrome/common/custom_handlers/protocol_handler.h |
| diff --git a/chrome/common/custom_handlers/protocol_handler.h b/chrome/common/custom_handlers/protocol_handler.h |
| index 8417ae8bfe05856a57cdae3132c26c4266ca34a4..7369391bbd85d78f550040d7e384daa96c23fcbf 100644 |
| --- a/chrome/common/custom_handlers/protocol_handler.h |
| +++ b/chrome/common/custom_handlers/protocol_handler.h |
| @@ -68,4 +68,6 @@ class ProtocolHandler { |
| string16 title_; |
| }; |
| +std::ostream& operator<<(std::ostream& os, const ProtocolHandler& handler); |
|
Peter Kasting
2012/06/22 20:20:32
Technically to use this you need to #include <ostr
smckay
2012/06/22 21:57:43
Done.
Q: Does the general distaste for streams th
|
| + |
| #endif // CHROME_COMMON_CUSTOM_HANDLERS_PROTOCOL_HANDLER_H_ |