| Index: components/favicon/core/favicon_url.h
|
| diff --git a/components/favicon/core/favicon_url.h b/components/favicon/core/favicon_url.h
|
| index 991be6486f28337ee779f8d663ddbd4f75833f8e..04f000a576241fda2102c3ab9268a2e493c285dc 100644
|
| --- a/components/favicon/core/favicon_url.h
|
| +++ b/components/favicon/core/favicon_url.h
|
| @@ -19,6 +19,7 @@ struct FaviconURL {
|
| FaviconURL(const GURL& url,
|
| favicon_base::IconType type,
|
| const std::vector<gfx::Size>& sizes);
|
| + FaviconURL(const FaviconURL& other);
|
| ~FaviconURL();
|
|
|
| // The url of the icon.
|
|
|