| Index: base/android/build_info.h
|
| diff --git a/base/android/build_info.h b/base/android/build_info.h
|
| index 16e7e9ca16e4842bd8841ffef5d5eda673839c9d..cce74f4e520a65c74736c8bbc8acb610ae515c94 100644
|
| --- a/base/android/build_info.h
|
| +++ b/base/android/build_info.h
|
| @@ -26,7 +26,8 @@ enum SdkVersion {
|
| SDK_VERSION_KITKAT_WEAR = 20,
|
| SDK_VERSION_LOLLIPOP = 21,
|
| SDK_VERSION_LOLLIPOP_MR1 = 22,
|
| - SDK_VERSION_MARSHMALLOW = 23
|
| + SDK_VERSION_MARSHMALLOW = 23,
|
| + SDK_VERSION_NOUGAT = 24
|
| };
|
|
|
| // BuildInfo is a singleton class that stores android build and device
|
|
|