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

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm

Issue 2623713002: Followup to clang formatting (Closed)
Patch Set: Format 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 | « ios/chrome/app/chrome_exe_main.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « ios/chrome/app/chrome_exe_main.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698