| Index: chrome/browser/ui/webui/extensions/extension_icon_source.h
|
| diff --git a/chrome/browser/ui/webui/extensions/extension_icon_source.h b/chrome/browser/ui/webui/extensions/extension_icon_source.h
|
| index 5d262c9330abfc7e729eb231cb95f53131817929..8cf5827b6719a2dee51a95436682caf09e5dba38 100644
|
| --- a/chrome/browser/ui/webui/extensions/extension_icon_source.h
|
| +++ b/chrome/browser/ui/webui/extensions/extension_icon_source.h
|
| @@ -49,7 +49,6 @@ class ExtensionIconSource : public ChromeURLDataManager::DataSource,
|
| public ImageLoadingTracker::Observer {
|
| public:
|
| explicit ExtensionIconSource(Profile* profile);
|
| - virtual ~ExtensionIconSource();
|
|
|
| // Gets the URL of the |extension| icon in the given |icon_size|, falling back
|
| // based on the |match| type. If |grayscale|, the URL will be for the
|
| @@ -78,6 +77,8 @@ class ExtensionIconSource : public ChromeURLDataManager::DataSource,
|
| // Encapsulates the request parameters for |request_id|.
|
| struct ExtensionIconRequest;
|
|
|
| + virtual ~ExtensionIconSource();
|
| +
|
| // Returns the bitmap for the webstore icon.
|
| const SkBitmap* GetWebStoreImage();
|
|
|
|
|