| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index dd76172ea67fcf65bfc62591c499f95279808a69..4c8fc48cd0707317ed1d06105c889d2345cb25ff 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -66,6 +66,7 @@ class FocusTraversable;
|
| class InputMethod;
|
| class LayoutManager;
|
| class NativeViewAccessibility;
|
| +class NSViewBridge;
|
| class ScrollView;
|
| class Widget;
|
|
|
| @@ -105,6 +106,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
|
|
|