Index: cloud_print/gcp20/prototype/printer.cc |
diff --git a/cloud_print/gcp20/prototype/printer.cc b/cloud_print/gcp20/prototype/printer.cc |
index 43090022a2d40419f39de582fb80a6ee841fb02c..8a09a9cf22b3b5ac446601cc484efefcda9baa49 100644 |
--- a/cloud_print/gcp20/prototype/printer.cc |
+++ b/cloud_print/gcp20/prototype/printer.cc |
@@ -140,7 +140,7 @@ std::string GetDescription() { |
} |
scoped_refptr<base::SingleThreadTaskRunner> GetTaskRunner() { |
- return base::MessageLoop::current()->message_loop_proxy(); |
+ return base::MessageLoop::current()->task_runner(); |
} |
} // namespace |