| Index: chrome/browser/apps/app_shim/app_shim_host_mac.h
|
| diff --git a/chrome/browser/apps/app_shim/app_shim_host_mac.h b/chrome/browser/apps/app_shim/app_shim_host_mac.h
|
| index c09cf69f175a2ffc06e838f846b7cbab0b98cb9b..010a4ffea3811cc275b363055ef004ffefe05724 100644
|
| --- a/chrome/browser/apps/app_shim/app_shim_host_mac.h
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_mac.h
|
| @@ -14,9 +14,9 @@
|
| #include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "mojo/edk/embedder/scoped_platform_handle.h"
|
|
|
| namespace IPC {
|
| -struct ChannelHandle;
|
| class ChannelProxy;
|
| class Message;
|
| } // namespace IPC
|
| @@ -36,7 +36,7 @@ class AppShimHost : public IPC::Listener,
|
| // Creates a new server-side IPC channel at |handle|, which should contain a
|
| // file descriptor of a channel created by an UnixDomainSocketAcceptor,
|
| // and begins listening for messages on it.
|
| - void ServeChannel(const IPC::ChannelHandle& handle);
|
| + void ServeChannel(mojo::edk::ScopedPlatformHandle handle);
|
|
|
| protected:
|
| // IPC::Listener implementation.
|
|
|