Index: base/android/build_info.h |
diff --git a/base/android/build_info.h b/base/android/build_info.h |
index d6155b9eed953ebc1af03d554c273d8cb47f8ea8..093b832fdf7846b028559695d52639bcd4826e92 100644 |
--- a/base/android/build_info.h |
+++ b/base/android/build_info.h |
@@ -23,7 +23,8 @@ enum SdkVersion { |
SDK_VERSION_JELLY_BEAN_MR2 = 18, |
SDK_VERSION_KITKAT = 19, |
SDK_VERSION_KITKAT_WEAR = 20, |
- SDK_VERSION_LOLLIPOP = 21 |
+ SDK_VERSION_LOLLIPOP = 21, |
+ SDK_VERSION_LOLLIPOP_MR1 = 22 |
}; |
// BuildInfo is a singleton class that stores android build and device |