| Index: chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
|
| diff --git a/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h b/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
|
| index 5d7992760b2bf17b0ea4c5ab3431421a8f7a29b5..417ea4ed6691abc0df4f5e5f246c4cf35323c6b2 100644
|
| --- a/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
|
| +++ b/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
|
| @@ -135,7 +135,7 @@ class ChromeLauncherDelegate : public ash::LauncherDelegate,
|
|
|
| // Sets the image for an app tab. This is intended to be invoked from the
|
| // AppIconLoader.
|
| - void SetAppImage(const std::string& app_id, SkBitmap* image);
|
| + void SetAppImage(const std::string& app_id, const SkBitmap* image);
|
|
|
| ash::LauncherModel* model() { return model_; }
|
|
|
|
|