| Index: chrome/browser/ui/cocoa/custom_frame_view_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/custom_frame_view_unittest.mm b/chrome/browser/ui/cocoa/custom_frame_view_unittest.mm
|
| index 8b936906f03118a0d014b83dd10536c97733db8b..33339ada746943a6a143102cfb2033669f313fae 100644
|
| --- a/chrome/browser/ui/cocoa/custom_frame_view_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/custom_frame_view_unittest.mm
|
| @@ -28,7 +28,7 @@ class CustomFrameViewTest : public PlatformTest {
|
| TEST_F(CustomFrameViewTest, SuccessfulClassModifications) {
|
| // In Yosemite, the fullscreen button replaces the zoom button. We no longer
|
| // need to swizzle out this AppKit private method.
|
| - if (!base::mac::IsOSMavericks())
|
| + if (!base::mac::IsOS10_9())
|
| return;
|
|
|
| unsigned int count;
|
|
|