| Index: chrome/browser/extensions/extension_action.cc
|
| diff --git a/chrome/browser/extensions/extension_action.cc b/chrome/browser/extensions/extension_action.cc
|
| index d8ec44f895d76d3cfba2b66a38a8bd414bef317f..f86760ff145beb6fc6afced2a45cd95f6bffd999 100644
|
| --- a/chrome/browser/extensions/extension_action.cc
|
| +++ b/chrome/browser/extensions/extension_action.cc
|
| @@ -394,7 +394,7 @@ void ExtensionAction::RunIconAnimation(int tab_id) {
|
| // timer delays), destroy it. We use a delayed task so that the Animation is
|
| // deleted even if it hasn't finished by the time the MessageLoop is
|
| // destroyed.
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&DestroyIconAnimation, base::Passed(&icon_animation)),
|
| base::TimeDelta::FromMilliseconds(kIconFadeInDurationMs * 2));
|
|
|