| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 314ebb7ddeaef6756bfa2450148a5c6badcb4062..1b4807b759f2383ac3f6199e9ae574c94dd19d54 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -67,6 +67,7 @@ class FocusTraversable;
|
| class InputMethod;
|
| class LayoutManager;
|
| class NativeViewAccessibility;
|
| +class NSViewBridge;
|
| class ScrollView;
|
| class Widget;
|
|
|
| @@ -106,6 +107,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| public ui::AcceleratorTarget,
|
| public ui::EventTarget {
|
| public:
|
| + friend class NSViewBridge;
|
| typedef std::vector<View*> Views;
|
|
|
| // TODO(tdanderson,sadrul): Becomes obsolete with the refactoring of the
|
|
|