Index: cloud_print/gcp20/prototype/gcp20_device.cc |
diff --git a/cloud_print/gcp20/prototype/gcp20_device.cc b/cloud_print/gcp20/prototype/gcp20_device.cc |
index 57972a37e7e5a4a03bcb7a1c5b2dfcfeb6985de6..74040bd0b65b57ebac4e78966a95f577de2ab60e 100644 |
--- a/cloud_print/gcp20/prototype/gcp20_device.cc |
+++ b/cloud_print/gcp20/prototype/gcp20_device.cc |
@@ -90,7 +90,7 @@ int main(int argc, char* argv[]) { |
signal(SIGINT, OnAbort); // Handle Ctrl+C signal. |
- base::MessageLoop loop(base::MessageLoop::TYPE_IO); |
+ base::MessageLoopForIO loop; |
g_message_loop = &loop; |
g_message_loop->PostTask(FROM_HERE, base::Bind(&StartPrinter, &printer)); |
base::RunLoop runner; |