| Index: mojo/system/dispatcher.h
|
| diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
|
| index 5bb6b3e9174fb3e8248cc20cd9ad56d801d1aa6b..504e33a2f841893729e147aa936def8554eec9ea 100644
|
| --- a/mojo/system/dispatcher.h
|
| +++ b/mojo/system/dispatcher.h
|
| @@ -22,7 +22,7 @@ namespace mojo {
|
| namespace system {
|
|
|
| class Channel;
|
| -class CoreImpl;
|
| +class Core;
|
| class Dispatcher;
|
| class DispatcherTransport;
|
| class HandleTable;
|
| @@ -135,9 +135,9 @@ class MOJO_SYSTEM_IMPL_EXPORT Dispatcher :
|
| // has been called.
|
| class HandleTableAccess {
|
| private:
|
| - friend class CoreImpl;
|
| + friend class Core;
|
| friend class HandleTable;
|
| - // Tests also need this, to avoid needing |CoreImpl|.
|
| + // Tests also need this, to avoid needing |Core|.
|
| friend DispatcherTransport test::DispatcherTryStartTransport(Dispatcher*);
|
|
|
| // This must be called under the handle table lock and only if the handle
|
|
|