| Index: chrome/browser/platform_util_android.cc
 | 
| diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc
 | 
| index b74b86d9401db96c3023f15a6982d948639884bc..8a14b58f0f518dd5695b8d14db05266275e635cb 100644
 | 
| --- a/chrome/browser/platform_util_android.cc
 | 
| +++ b/chrome/browser/platform_util_android.cc
 | 
| @@ -14,7 +14,10 @@ void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
 | 
|    NOTIMPLEMENTED();
 | 
|  }
 | 
|  
 | 
| -void OpenItem(Profile* profile, const base::FilePath& full_path) {
 | 
| +void OpenItem(Profile* profile,
 | 
| +              const base::FilePath& full_path,
 | 
| +              OpenItemType item_type,
 | 
| +              const OpenOperationCallback& callback) {
 | 
|    NOTIMPLEMENTED();
 | 
|  }
 | 
|  
 | 
| 
 |