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; |