| Index: components/nacl/browser/nacl_process_host.cc
|
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
|
| index b47ed167504704cedf355284cc04995e1768bf56..bf4bbac82b0c1ba3a5793a4ed0998649c5ae9e97 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -216,6 +216,8 @@
|
| // that this only takes a transferred IPC::ChannelHandle or one to be
|
| // transferred via IPC.
|
| class NaClProcessHost::ScopedChannelHandle {
|
| + MOVE_ONLY_TYPE_FOR_CPP_03(ScopedChannelHandle);
|
| +
|
| public:
|
| ScopedChannelHandle() {
|
| }
|
| @@ -273,8 +275,6 @@
|
| }
|
|
|
| IPC::ChannelHandle handle_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(ScopedChannelHandle);
|
| };
|
|
|
| NaClProcessHost::NaClProcessHost(
|
|
|