Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: gfx/icon_util_unittest.cc

Issue 2657005: Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: added the macro back Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/basictypes.h ('k') | gpu/command_buffer/common/types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/icon_util_unittest.cc
diff --git a/gfx/icon_util_unittest.cc b/gfx/icon_util_unittest.cc
index 26ecffd11ccc36a1a7183a0da0c35080bea2e96b..aba8e5cf64d1fbfaf0b856a72b775eadf88d4b47 100644
--- a/gfx/icon_util_unittest.cc
+++ b/gfx/icon_util_unittest.cc
@@ -49,7 +49,7 @@ namespace {
std::wstring test_data_directory_;
private:
- DISALLOW_EVIL_CONSTRUCTORS(IconUtilTest);
+ DISALLOW_COPY_AND_ASSIGN(IconUtilTest);
};
};
« no previous file with comments | « base/basictypes.h ('k') | gpu/command_buffer/common/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698