Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7516)

Unified Diff: chrome/browser/local_discovery/wifi/credential_getter_win.h

Issue 1127553002: [chrome/browser/local_discovery] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Build break : Dependency in components/wifi classes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698