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

Unified Diff: remoting/protocol/clipboard_thread_proxy.h

Issue 1113493005: [remoting] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: remoting/protocol/clipboard_thread_proxy.h
diff --git a/remoting/protocol/clipboard_thread_proxy.h b/remoting/protocol/clipboard_thread_proxy.h
index af688320dd9c8deebfe229be58630bb6d82b22ec..9de475b1c4285911c4af4f75a31351ef7c906af9 100644
--- a/remoting/protocol/clipboard_thread_proxy.h
+++ b/remoting/protocol/clipboard_thread_proxy.h
@@ -9,11 +9,12 @@
#define REMOTING_PROTOCOL_CLIPBOARD_THREAD_PROXY_H_
#include "base/memory/weak_ptr.h"
+#include "base/single_thread_task_runner.h"
#include "base/task_runner.h"
#include "remoting/protocol/clipboard_stub.h"
namespace base {
-class MessageLoopProxy;
+class SingleThreadTaskRunner;
Sergey Ulanov 2015/04/28 17:03:23 Don't need this - it's not used in this file.
anujsharma 2015/05/04 12:38:21 Done.
} // namespace base
namespace remoting {
« remoting/host/policy_watcher_unittest.cc ('K') | « remoting/host/policy_watcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698