summaryrefslogtreecommitdiffstats
path: root/chrome/views/focus_manager_unittest.cc
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-30 05:49:24 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-30 05:49:24 +0000
commit492399e06e64635ca8e3191f0653a8b081863b33 (patch)
tree48176591790aed9ffc8ffcc732b0e0fc1f013d17 /chrome/views/focus_manager_unittest.cc
parenta8da3a55ce6358c92cc976f105567f67789a2510 (diff)
downloadchromium_src-492399e06e64635ca8e3191f0653a8b081863b33.zip
chromium_src-492399e06e64635ca8e3191f0653a8b081863b33.tar.gz
chromium_src-492399e06e64635ca8e3191f0653a8b081863b33.tar.bz2
build bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/focus_manager_unittest.cc')
-rw-r--r--chrome/views/focus_manager_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/focus_manager_unittest.cc b/chrome/views/focus_manager_unittest.cc
index 4a7240a..ce26b04 100644
--- a/chrome/views/focus_manager_unittest.cc
+++ b/chrome/views/focus_manager_unittest.cc
@@ -264,7 +264,8 @@ void TestViewWindow::Init() {
contents_->SetBackground(
ChromeViews::Background::CreateSolidBackground(255, 255, 255));
- HWNDViewContainer::Init(NULL, bounds, contents_, true);
+ HWNDViewContainer::Init(NULL, bounds, true);
+ SetContentsView(contents_);
ChromeViews::CheckBox* cb =
new ChromeViews::CheckBox(L"This is a checkbox");