| Index: chrome/browser/icon_loader.cc
|
| diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc
|
| index c1d8e8fd5cbd3733e359fab1802950c3584afee8..de8d08bef6bd513a4b1a411faec6ce6afecdf9df 100644
|
| --- a/chrome/browser/icon_loader.cc
|
| +++ b/chrome/browser/icon_loader.cc
|
| @@ -25,7 +25,7 @@ IconLoader::~IconLoader() {
|
| }
|
|
|
| void IconLoader::Start() {
|
| - target_message_loop_ = base::MessageLoopProxy::CreateForCurrentThread();
|
| + target_message_loop_ = base::MessageLoopProxy::current();
|
|
|
| #if defined(TOOLKIT_GTK)
|
| // This call must happen on the UI thread before we can start loading icons.
|
|
|