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

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

Issue 2932273003: [ObjC ARC] Converts ios/chrome/test:test_support to ARC. (Closed)
Patch Set: Review feedback. Created 3 years, 6 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 | « ios/chrome/test/ios_chrome_unit_test_suite.mm ('k') | ios/chrome/test/testing_application_context.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/scoped_key_window.h
diff --git a/ios/chrome/test/scoped_key_window.h b/ios/chrome/test/scoped_key_window.h
index a6ed60ce31d0411d2dce0a44b12f9c9df0ca0aa1..b0bc4cf2a07f55edc2c1cad688f68e719a1c5015 100644
--- a/ios/chrome/test/scoped_key_window.h
+++ b/ios/chrome/test/scoped_key_window.h
@@ -21,8 +21,8 @@ class ScopedKeyWindow {
UIWindow* Get() { return current_key_window_; }
private:
- UIWindow* current_key_window_;
- UIWindow* original_key_window_;
+ __strong UIWindow* current_key_window_;
+ __strong UIWindow* original_key_window_;
};
#endif // IOS_CHROME_TEST_SCOPED_KEY_WINDOW_H_
« no previous file with comments | « ios/chrome/test/ios_chrome_unit_test_suite.mm ('k') | ios/chrome/test/testing_application_context.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698