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

Unified Diff: ios/chrome/test/block_cleanup_test.h

Issue 2623233002: Modifies BlockCleanupTest so that it can be used from ARC code. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | ios/chrome/test/block_cleanup_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | ios/chrome/test/block_cleanup_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698