summaryrefslogtreecommitdiffstats
path: root/sandbox/src/sharedmem_ipc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/sharedmem_ipc_server.h')
-rw-r--r--sandbox/src/sharedmem_ipc_server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/src/sharedmem_ipc_server.h b/sandbox/src/sharedmem_ipc_server.h
index 1041245..7d55157 100644
--- a/sandbox/src/sharedmem_ipc_server.h
+++ b/sandbox/src/sharedmem_ipc_server.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -118,7 +118,7 @@ class SharedMemIPCServer {
// The dispatcher handles 'ready' IPC calls.
Dispatcher* call_dispatcher_;
- DISALLOW_EVIL_CONSTRUCTORS(SharedMemIPCServer);
+ DISALLOW_COPY_AND_ASSIGN(SharedMemIPCServer);
};
} // namespace sandbox