From 4d0bd1045bc0df8daea2a5626e73906cb074631b Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 16 Oct 2008 00:26:30 +0000 Subject: Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. http://crbug.com/3430 Review URL: http://codereview.chromium.org/7376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3441 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/dialog_client_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/views/dialog_client_view.cc') diff --git a/chrome/views/dialog_client_view.cc b/chrome/views/dialog_client_view.cc index 2435644..559bc2e 100644 --- a/chrome/views/dialog_client_view.cc +++ b/chrome/views/dialog_client_view.cc @@ -226,7 +226,7 @@ void DialogClientView::ViewHierarchyChanged(bool is_add, View* parent, View* chi if (is_add && child == this) { // Can only add and update the dialog buttons _after_ they are added to the // view hierarchy since they are native controls and require the - // ViewContainer's HWND. + // Container's HWND. ShowDialogButtons(); ClientView::ViewHierarchyChanged(is_add, parent, child); UpdateDialogButtons(); -- cgit v1.1