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

Unified Diff: ios/web/crw_browsing_data_store_unittest.mm

Issue 1424713006: ios: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: ios/web/crw_browsing_data_store_unittest.mm
diff --git a/ios/web/crw_browsing_data_store_unittest.mm b/ios/web/crw_browsing_data_store_unittest.mm
index f3b2bfe69a6735f69598c2fc51d3e7814aaafc45..2d5f800e61da83651ebc9838b0e47873c60fee77 100644
--- a/ios/web/crw_browsing_data_store_unittest.mm
+++ b/ios/web/crw_browsing_data_store_unittest.mm
@@ -32,7 +32,7 @@
@implementation CRWTestBrowsingDataStoreObserver {
// The underlying CRWBrowsingDataStore.
- __weak CRWBrowsingDataStore* _browsingDataStore;
+ CRWBrowsingDataStore* _browsingDataStore; // weak
}
@synthesize modeChangeCount = _modeChangeCount;
« no previous file with comments | « ios/net/crn_http_protocol_handler_proxy_with_client_thread.mm ('k') | ios/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698