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

Unified Diff: ios/chrome/common/block_unittest.mm

Issue 2681353002: [ObjC ARC] Converts ios/chrome/common:unit_tests to ARC. (Closed)
Patch Set: comment Created 3 years, 10 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
Index: ios/chrome/common/block_unittest.mm
diff --git a/ios/chrome/common/block_unittest.mm b/ios/chrome/common/block_unittest.mm
index 3ff46f844670e17057d67ea6eefa6be6e3c4a0d6..a1cd8e2874a14da862129cb25c307d28af3424fd 100644
--- a/ios/chrome/common/block_unittest.mm
+++ b/ios/chrome/common/block_unittest.mm
@@ -10,6 +10,7 @@
// This test verifies assumptions about the murky world of interaction between
// C++ objects and blocks. Just to make sure.
+// This class should not use ARC. When everything is ARC, it can be removed.
sdefresne 2017/02/13 14:15:57 This is my first time looking at this file (since
sdefresne 2017/02/14 10:04:24 As discussed on hangouts, remove this comment and
namespace {

Powered by Google App Engine
This is Rietveld 408576698