| Index: content/public/common/manifest.h
|
| diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
|
| index df693f7cb6c91d128329c0655f3b833e3cace8dc..c96723a25f8b3214e11af4eb64e16a311d248948 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;
|
|
|