summaryrefslogtreecommitdiffstats
path: root/sandbox/wow_helper/service64_resolver.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 12:29:13 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 12:29:13 +0000
commit158cb388836f677b8af043e04e68a8907227480c (patch)
tree9ba1d47533c702a62ff8f5a30d42e90eb454b871 /sandbox/wow_helper/service64_resolver.h
parent0b2f8219690fc5984d89a14d9a262f8ca050a4bf (diff)
downloadchromium_src-158cb388836f677b8af043e04e68a8907227480c.zip
chromium_src-158cb388836f677b8af043e04e68a8907227480c.tar.gz
chromium_src-158cb388836f677b8af043e04e68a8907227480c.tar.bz2
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in sandbox directory.
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/wow_helper/service64_resolver.h')
-rw-r--r--sandbox/wow_helper/service64_resolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/wow_helper/service64_resolver.h b/sandbox/wow_helper/service64_resolver.h
index 8ebdf21..f782172 100644
--- a/sandbox/wow_helper/service64_resolver.h
+++ b/sandbox/wow_helper/service64_resolver.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 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.
@@ -63,7 +63,7 @@ class Service64ResolverThunk : public ResolverThunk {
// Returns the apropriate status code.
virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
- DISALLOW_EVIL_CONSTRUCTORS(Service64ResolverThunk);
+ DISALLOW_COPY_AND_ASSIGN(Service64ResolverThunk);
};
} // namespace sandbox