| Index: chrome/browser/profiles/profile_destroyer.cc
|
| diff --git a/chrome/browser/profiles/profile_destroyer.cc b/chrome/browser/profiles/profile_destroyer.cc
|
| index 8c98be2d0669b0884a0712511309e7981390d126..7aa57d2203405a10fb31dae20272ba0389e19868 100644
|
| --- a/chrome/browser/profiles/profile_destroyer.cc
|
| +++ b/chrome/browser/profiles/profile_destroyer.cc
|
| @@ -141,7 +141,7 @@ void ProfileDestroyer::Observe(int type,
|
| if (num_hosts_ == 0) {
|
| // Delay the destruction one step further in case other observers of this
|
| // notification need to look at the profile attached to the host.
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE, base::Bind(&ProfileDestroyer::DestroyProfile, this));
|
| }
|
| }
|
|
|