| Index: chrome/browser/android/tab_android.h
 | 
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
 | 
| index f15afa4140059fee8be7272958a75552b9dc4ffd..fa088e3bcf59a8a3b7cc864af2f84c4b9e8e0e05 100644
 | 
| --- a/chrome/browser/android/tab_android.h
 | 
| +++ b/chrome/browser/android/tab_android.h
 | 
| @@ -6,9 +6,11 @@
 | 
|  #define CHROME_BROWSER_ANDROID_TAB_ANDROID_H_
 | 
|  
 | 
|  #include <jni.h>
 | 
| +#include <stdint.h>
 | 
|  
 | 
|  #include "base/android/jni_weak_ref.h"
 | 
|  #include "base/callback_forward.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "chrome/browser/search/instant_service_observer.h"
 | 
| 
 |