Chromium Code Reviews| Index: ui/views/widget/native_widget_mac.h |
| diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h |
| index 93402a18470462c13c145d15fe0c2b9975fe9057..fc01968929f0a802d3a1f8bad2d987f85a4dc29b 100644 |
| --- a/ui/views/widget/native_widget_mac.h |
| +++ b/ui/views/widget/native_widget_mac.h |
| @@ -19,6 +19,7 @@ namespace views { |
| namespace test { |
| class HitTestNativeWidgetMac; |
| class MockNativeWidgetMac; |
| +class DragDropTestNativeWidgetMac; |
|
tapted
2016/05/24 08:06:02
nit: sort
spqchan
2016/05/26 01:56:55
Done.
|
| } |
| class BridgedNativeWidget; |
| @@ -146,6 +147,7 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate { |
| private: |
| friend class test::MockNativeWidgetMac; |
| friend class test::HitTestNativeWidgetMac; |
| + friend class test::DragDropTestNativeWidgetMac; |
|
tapted
2016/05/24 08:06:02
nit: sort
spqchan
2016/05/26 01:56:55
Done.
|
| internal::NativeWidgetDelegate* delegate_; |
| std::unique_ptr<BridgedNativeWidget> bridge_; |