Index: ash/public/cpp/shelf_types.h |
diff --git a/ash/public/cpp/shelf_types.h b/ash/public/cpp/shelf_types.h |
index 1ccd5099e2ca4a46946099d4a7eabde8f384df17..3a1812074026a4f22836fb3dc6f8ad6644e28271 100644 |
--- a/ash/public/cpp/shelf_types.h |
+++ b/ash/public/cpp/shelf_types.h |
@@ -165,6 +165,8 @@ struct ASH_PUBLIC_EXPORT ShelfID { |
std::string launch_id; |
}; |
+ASH_PUBLIC_EXPORT std::ostream& operator<<(std::ostream& o, const ShelfID& id); |
+ |
} // namespace ash |
#endif // ASH_PUBLIC_CPP_SHELF_TYPES_H_ |