| Index: ui/base/x/selection_requestor.cc
|
| diff --git a/ui/base/x/selection_requestor.cc b/ui/base/x/selection_requestor.cc
|
| index 830d692902cc2da8d11d23377136818e8678111e..ce3a40ce0087b9eb235db4ca204ae618310e6cba 100644
|
| --- a/ui/base/x/selection_requestor.cc
|
| +++ b/ui/base/x/selection_requestor.cc
|
| @@ -53,8 +53,8 @@ bool SelectionRequestor::PerformBlockingConvertSelection(
|
|
|
| // Now that we've thrown our message off to the X11 server, we block waiting
|
| // for a response.
|
| - MessageLoopForUI* loop = MessageLoopForUI::current();
|
| - MessageLoop::ScopedNestableTaskAllower allow_nested(loop);
|
| + base::MessageLoopForUI* loop = base::MessageLoopForUI::current();
|
| + base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop);
|
| base::RunLoop run_loop(base::MessagePumpAuraX11::Current());
|
|
|
| current_target_ = target;
|
|
|