From c4c0ce8b7086e34ef9159439fd27c9b3db1354c4 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 19 May 2011 14:56:26 +0000 Subject: Fix bustage... these files were ommited from the CL. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85911 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/menu/submenu_view.h | 2 +- views/focus/focus_manager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/controls/menu/submenu_view.h b/views/controls/menu/submenu_view.h index 5325e33..54dc6c3 100644 --- a/views/controls/menu/submenu_view.h +++ b/views/controls/menu/submenu_view.h @@ -25,7 +25,7 @@ class MenuScrollViewContainer; // . Forwards the appropriate events to the MenuController. This allows the // MenuController to update the selection as the user moves the mouse around. // . Renders the drop indicator during a drop operation. -// . Shows and hides the window (a WidgetWin) when the menu is shown on +// . Shows and hides the window (a NativeWidgetWin) when the menu is shown on // screen. // // SubmenuView is itself contained in a MenuScrollViewContainer. diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index 37713ba..5983dbc 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -47,7 +47,7 @@ // method SetNextFocusableView(). // // If you are embedding a native view containing a nested RootView (for example -// by adding a NativeControl that contains a WidgetWin as its native +// by adding a NativeControl that contains a NativeWidgetWin as its native // component), then you need to: // - override the View::GetFocusTraversable() method in your outer component. // It should return the RootView of the inner component. This is used when -- cgit v1.1