Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: ash/public/cpp/shelf_types.h

Issue 2833173002: mash: Support ShelfModel access in Chrome. (Closed)
Patch Set: Address comments; fix test failures. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698