Index: gpu/command_buffer/common/types.h |
diff --git a/gpu/command_buffer/common/types.h b/gpu/command_buffer/common/types.h |
index 35b96d8f39bb57649f847bc2a9ac1fd6109188e1..beba4fca6d654cde41a2f758f8daf523eaf5696a 100644 |
--- a/gpu/command_buffer/common/types.h |
+++ b/gpu/command_buffer/common/types.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 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. |
@@ -69,9 +69,6 @@ typedef unsigned long long uint64; |
TypeName(const TypeName&); \ |
void operator=(const TypeName&) |
-// An older, deprecated, politically incorrect name for the above. |
-#define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) |
- |
// A macro to disallow all the implicit constructors, namely the |
// default constructor, copy constructor and operator= functions. |
// |