| Index: base/android/build_info.h
 | 
| diff --git a/base/android/build_info.h b/base/android/build_info.h
 | 
| index e4e84e85baa865eb0c8603234864eb234f9f9e72..9d73bdbc9c6601904007d4d08786d28d99756b34 100644
 | 
| --- a/base/android/build_info.h
 | 
| +++ b/base/android/build_info.h
 | 
| @@ -18,8 +18,6 @@ namespace android {
 | 
|  // This enumeration maps to the values returned by BuildInfo::sdk_int(),
 | 
|  // indicating the Android release associated with a given SDK version.
 | 
|  enum SdkVersion {
 | 
| -  SDK_VERSION_ICE_CREAM_SANDWICH = 14,
 | 
| -  SDK_VERSION_ICE_CREAM_SANDWICH_MR1 = 15,
 | 
|    SDK_VERSION_JELLY_BEAN = 16,
 | 
|    SDK_VERSION_JELLY_BEAN_MR1 = 17,
 | 
|    SDK_VERSION_JELLY_BEAN_MR2 = 18,
 | 
| 
 |