| 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 bf4bbac82b0c1ba3a5793a4ed0998649c5ae9e97..b47ed167504704cedf355284cc04995e1768bf56 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -216,8 +216,6 @@ unsigned NaClProcessHost::keepalive_throttle_interval_milliseconds_ =
|
| // 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() {
|
| }
|
| @@ -275,6 +273,8 @@ class NaClProcessHost::ScopedChannelHandle {
|
| }
|
|
|
| IPC::ChannelHandle handle_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ScopedChannelHandle);
|
| };
|
|
|
| NaClProcessHost::NaClProcessHost(
|
|
|