| Index: chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h b/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| index 5e2d9b55a2e16cd62a2f57e5496a6da2dfec2ebb..1a761a3ae5828f21b13b535208497a7c570753b0 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| +++ b/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/single_thread_task_runner.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "content/public/browser/utility_process_host.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| @@ -79,7 +80,7 @@ class ImageWriterUtilityClient : public content::UtilityProcessHostClient {
|
|
|
| base::WeakPtr<content::UtilityProcessHost> utility_process_host_;
|
|
|
| - scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
|
| + scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ImageWriterUtilityClient);
|
| };
|
|
|