| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 22a98be99396a9029a32bbb9f7eacbae6b9b5cdd..98952971e64bab93464e117ad58c2761b821bf1b 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -68,7 +68,6 @@ class ScrollView;
|
| class Widget;
|
|
|
| namespace internal {
|
| -class NativeWidgetView;
|
| class RootView;
|
| }
|
|
|
| @@ -1086,7 +1085,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| #endif
|
|
|
| private:
|
| - friend class internal::NativeWidgetView;
|
| friend class internal::RootView;
|
| friend class FocusManager;
|
| friend class ViewStorage;
|
|
|