| Index: ppapi/proxy/dispatcher.h
|
| ===================================================================
|
| --- ppapi/proxy/dispatcher.h (revision 83679)
|
| +++ ppapi/proxy/dispatcher.h (working copy)
|
| @@ -69,7 +69,7 @@
|
| // TODO(brettw) remove this. It's a hack to support the Flash
|
| // ModuleLocalThreadAdapter. When the thread stuff is sorted out, this
|
| // implementation detail should be hidden.
|
| - MessageLoop* GetIPCMessageLoop();
|
| + base::MessageLoopProxy* GetIPCMessageLoop();
|
|
|
| // Adds the given filter to the IO thread. Takes ownership of the pointer.
|
| // TODO(brettw) remove this. It's a hack to support the Flash
|
|
|