Chromium Code Reviews| 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 { |