| Index: base/sys_info_android.cc
|
| diff --git a/base/sys_info_android.cc b/base/sys_info_android.cc
|
| index b62aed994f0db5f0a65a6929a1857e0c797f1a3a..245097ffdc092626923e8bcb2f1bbf99e08e51d6 100644
|
| --- a/base/sys_info_android.cc
|
| +++ b/base/sys_info_android.cc
|
| @@ -60,7 +60,7 @@ namespace {
|
| // version to avoid unnecessarily comparison errors with the latest release.
|
| // This should be manually kept up-to-date on each Android release.
|
| const int kDefaultAndroidMajorVersion = 5;
|
| -const int kDefaultAndroidMinorVersion = 0;
|
| +const int kDefaultAndroidMinorVersion = 1;
|
| const int kDefaultAndroidBugfixVersion = 99;
|
|
|
| // Parse out the OS version numbers from the system properties.
|
|
|