| Index: base/mac/scoped_nsobject_unittest_arc.mm
|
| diff --git a/base/mac/scoped_nsobject_unittest_arc.mm b/base/mac/scoped_nsobject_unittest_arc.mm
|
| index e69348801f5604722630617a02d4947177de7a35..1f69c5640670d6e1d7451b0c8ebd366213be92c3 100644
|
| --- a/base/mac/scoped_nsobject_unittest_arc.mm
|
| +++ b/base/mac/scoped_nsobject_unittest_arc.mm
|
| @@ -63,8 +63,8 @@ TEST(ScopedNSObjectTestARC, ScopedNSObject) {
|
| EXPECT_EQ(p1.get(), p3.get());
|
| }
|
| EXPECT_EQ(2, GetRetainCount(p1));
|
| - p3 = p1;
|
| @autoreleasepool {
|
| + p3 = p1;
|
| EXPECT_EQ(p1.get(), p3.get());
|
| }
|
| EXPECT_EQ(2, GetRetainCount(p1));
|
|
|