| Index: base/test/expectations/expectation.cc
|
| diff --git a/base/test/expectations/expectation.cc b/base/test/expectations/expectation.cc
|
| index 31a387eba3e2354e80da7f8a6a7005296cc919a8..e5bfb690e27edb77907ad1f6b8bf9fa1f6fb218f 100644
|
| --- a/base/test/expectations/expectation.cc
|
| +++ b/base/test/expectations/expectation.cc
|
| @@ -108,6 +108,8 @@ Platform GetCurrentPlatform() {
|
| platform.variant = "10.7";
|
| else if (base::mac::IsOSMountainLion())
|
| platform.variant = "10.8";
|
| + else if (base::mac::IsOSMavericks())
|
| + platform.variant = "10.9";
|
| #elif defined(OS_CHROMEOS)
|
| platform.name = "ChromeOS";
|
| #elif defined(OS_ANDROID)
|
|
|