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

Unified Diff: content/public/renderer/render_thread.h

Issue 10694014: Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: content/public/renderer/render_thread.h
diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
index 1d12f80454faaed815cef8567ad77c284c289694..33977cef19b124551fe04661ea6c62521654dd48 100644
--- a/content/public/renderer/render_thread.h
+++ b/content/public/renderer/render_thread.h
@@ -17,14 +17,18 @@
class MessageLoop;
+namespace base {
+class MessageLoopProxy;
+} // namespace base
+
namespace IPC {
class SyncChannel;
class SyncMessageFilter;
-}
+} // namespace IPC
jam 2012/07/01 22:19:41 nit: no need to add this here and below. we add th
Sergey Ulanov 2012/07/02 18:44:34 Done.
namespace v8 {
class Extension;
-}
+} // namespace IPC
namespace content {

Powered by Google App Engine
This is Rietveld 408576698