| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 22ca9fb9e72f599c8d42e0856c963e19a6256461..55e8d2ab319feccc5b26c2d492ee9ffc39f7fefe 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -445,7 +445,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
|
|
| // Returns the default extension/app icon (for extensions or apps that don't
|
| // have one).
|
| - static const SkBitmap& GetDefaultIcon(bool is_app);
|
| + static const gfx::ImageSkia& GetDefaultIcon(bool is_app);
|
|
|
| // Returns the base extension url for a given |extension_id|.
|
| static GURL GetBaseURLFromExtensionId(const std::string& extension_id);
|
|
|