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 4ea40fe8c3961fc7d928e810f089ae9451d203c1..e383b4ba0bf7e0ba1c8c82e2842ddd668a653ec8 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(); |