| Index: cloud_print/service/service_state.cc
|
| diff --git a/cloud_print/service/service_state.cc b/cloud_print/service/service_state.cc
|
| index 01d315b06f6a908cdd5df585d9b5db89d8f9e36f..0894e20516d599fc793c43e6453965de80527c45 100644
|
| --- a/cloud_print/service/service_state.cc
|
| +++ b/cloud_print/service/service_state.cc
|
| @@ -160,7 +160,7 @@ std::string ServiceState::ToString() {
|
| std::string ServiceState::LoginToGoogle(const std::string& service,
|
| const std::string& email,
|
| const std::string& password) {
|
| - base::MessageLoop loop(base::MessageLoop::TYPE_IO);
|
| + base::MessageLoopForIO loop;
|
|
|
| net::URLRequestContextBuilder builder;
|
| scoped_ptr<net::URLRequestContext> context(builder.Build());
|
|
|