| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 15aeb38262e58794e67d4c5ce850b9c378a26e6d..399d1514219acb285ae0b61d7dbe79cdc6abbf7c 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;
|
| }
|
|
|
| @@ -1081,7 +1080,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| #endif
|
|
|
| private:
|
| - friend class internal::NativeWidgetView;
|
| friend class internal::RootView;
|
| friend class FocusManager;
|
| friend class ViewStorage;
|
|
|