Index: ios/chrome/test/block_cleanup_test.h |
diff --git a/ios/chrome/test/block_cleanup_test.h b/ios/chrome/test/block_cleanup_test.h |
index 61ec9f59be3b3d3dafaabea8baf6205ea4dcfe44..09b4c28817be7ef4fbedda52ede931c92c0770ac 100644 |
--- a/ios/chrome/test/block_cleanup_test.h |
+++ b/ios/chrome/test/block_cleanup_test.h |
@@ -22,7 +22,7 @@ class BlockCleanupTest : public PlatformTest { |
void SpinRunLoop(NSTimeInterval cleanup_time); |
private: |
- NSAutoreleasePool* block_cleanup_pool_; |
+ id block_cleanup_pool_; |
}; |
#endif // IOS_CHROME_TEST_BLOCK_CLEANUP_TEST_H_ |