Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 73a1c8340d62e93b65b3d0f4894583826c336705..af13e4fb3675906bfb120bd6bb14bf18e1a902c2 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -631,6 +631,7 @@ class BitrateAllocation { |
inline bool operator!=(const BitrateAllocation& other) const { |
return !(*this == other); |
} |
+ std::string ToString() const; |
private: |
uint32_t sum_; |