| Index: chrome/browser/android/tab_android.h
 | 
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
 | 
| index c1ba762e777b9e88efeaf1e07d4a52439a60f82d..c4a35cb9be3538bfb899e7bf6f4745696332f802 100644
 | 
| --- a/chrome/browser/android/tab_android.h
 | 
| +++ b/chrome/browser/android/tab_android.h
 | 
| @@ -112,7 +112,8 @@ class TabAndroid : public CoreTabHelperDelegate,
 | 
|    // CoreTabHelperDelegate ----------------------------------------------------
 | 
|  
 | 
|    virtual void SwapTabContents(content::WebContents* old_contents,
 | 
| -                               content::WebContents* new_contents) OVERRIDE;
 | 
| +                               content::WebContents* new_contents,
 | 
| +                               bool did_finish_load) OVERRIDE;
 | 
|  
 | 
|    // NotificationObserver -----------------------------------------------------
 | 
|    virtual void Observe(int type,
 | 
| 
 |