diff options
Diffstat (limited to 'chrome/browser/app_launched_animation.h')
| -rw-r--r-- | chrome/browser/app_launched_animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/app_launched_animation.h b/chrome/browser/app_launched_animation.h index 278b228..91c029f 100644 --- a/chrome/browser/app_launched_animation.h +++ b/chrome/browser/app_launched_animation.h @@ -18,7 +18,7 @@ class AppLaunchedAnimation { public: // Starts an animation of the |extension| being launched. The |rect| is the // rect of the app icon. - static void Show(Extension* extension, const gfx::Rect& rect); + static void Show(const Extension* extension, const gfx::Rect& rect); private: AppLaunchedAnimation() { } |
