Index: content/public/common/manifest.h |
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h |
index 2fba5d4e605b23564208b15b35d6e48dcac1cd61..71e8f60599f02df7bc2969871f226eb550be0cc3 100644 |
--- a/content/public/common/manifest.h |
+++ b/content/public/common/manifest.h |
@@ -30,6 +30,8 @@ struct CONTENT_EXPORT Manifest { |
Icon(const Icon& other); |
~Icon(); |
+ bool operator==(const Icon& other) const; |
+ |
// MUST be a valid url. If an icon doesn't have a valid URL, it will not be |
// successfully parsed, thus will not be represented in the Manifest. |
GURL src; |