Index: ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm |
diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm |
index 18760c8f952ad0fff544da770d1f5c17e45cef07..806a6ed66c81ad13430648d56a6c177ffa614579 100644 |
--- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm |
+++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm |
@@ -133,7 +133,7 @@ TEST_F(NativeAppNavigationControllerTest, |
NSString* const kYoutubeAppId = @"2"; |
base::scoped_nsobject<InstallationNotifier> installationNotifier( |
- [InstallationNotifier alloc]); |
+ [[InstallationNotifier alloc] init]); |
FakeNativeAppWhitelistManager* fakeManager = |
[[[FakeNativeAppWhitelistManager alloc] init] autorelease]; |