| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index 504350f551db2214d214f395d0f7fdf52bb1dbbe..bd3e4e3e8a08863a7ae7a75a8969a73924bd840a 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -149,9 +149,8 @@ class ShellWindow : public content::NotificationObserver,
|
| gfx::Rect GetClientBounds() const;
|
|
|
| // This will return a slightly smaller icon then the app_icon to be used in
|
| - // application lists. It is the responsibility of the caller to delete the
|
| - // returned image after use.
|
| - gfx::Image* GetAppListIcon();
|
| + // application lists.
|
| + scoped_ptr<gfx::Image> GetAppListIcon();
|
|
|
| // NativeAppWindows should call this to determine what the window's title
|
| // is on startup and from within UpdateWindowTitle().
|
|
|