| Index: ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
 | 
| diff --git a/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h b/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
 | 
| index 071ffb957164520f0898a69c4d8b439dc6888b4d..153f8477202b5841158d359fa893c8867a4759b8 100644
 | 
| --- a/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
 | 
| +++ b/ios/public/provider/chrome/browser/native_app_launcher/native_app_whitelist_manager.h
 | 
| @@ -24,9 +24,8 @@ typedef BOOL (^NativeAppFilter)(const id<NativeAppMetadata> app, BOOL* stop);
 | 
|      acceptStoreIDs:(NSArray*)storeIDs;
 | 
|  
 | 
|  // Returns a new object with the metadata about the iOS native application that
 | 
| -// can handle |url|. Returns nil otherwise. Caller owns the returned object
 | 
| -// and needs to release it when done.
 | 
| -- (id<NativeAppMetadata>)newNativeAppForURL:(const GURL&)url;
 | 
| +// can handle |url|. Returns nil otherwise.
 | 
| +- (id<NativeAppMetadata>)nativeAppForURL:(const GURL&)url;
 | 
|  
 | 
|  // Returns an autoreleased NSArray of NativeAppMetadata objects which
 | 
|  // |condition| block returns YES.
 | 
| 
 |