| Index: chrome/browser/local_discovery/wifi/credential_getter_win.h
|
| diff --git a/chrome/browser/local_discovery/wifi/credential_getter_win.h b/chrome/browser/local_discovery/wifi/credential_getter_win.h
|
| index 4a1bd9883d0776d60ebed8fcdef0ec31e684f0b0..a0f2161d0e3d1bd687baff600738d7d385da03ff 100644
|
| --- a/chrome/browser/local_discovery/wifi/credential_getter_win.h
|
| +++ b/chrome/browser/local_discovery/wifi/credential_getter_win.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| +#include "base/single_thread_task_runner.h"
|
| #include "content/public/browser/utility_process_host.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
|
|
| @@ -40,7 +40,7 @@ class CredentialGetterWin : public content::UtilityProcessHostClient {
|
| void PostCallback(bool success, const std::string& key_data);
|
|
|
| CredentialsCallback callback_;
|
| - scoped_refptr<base::MessageLoopProxy> callback_runner_;
|
| + scoped_refptr<base::SingleThreadTaskRunner> callback_runner_;
|
| };
|
|
|
| } // namespace wifi
|
|
|