| Index: chrome/views/focus_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/views/focus_manager_unittest.cc (revision 2670)
|
| +++ chrome/views/focus_manager_unittest.cc (working copy)
|
| @@ -514,6 +514,7 @@
|
| }
|
|
|
| void FocusManagerTest::SetUp() {
|
| + OleInitialize(NULL);
|
| test_window_ = new TestViewWindow(this);
|
| test_window_->Init();
|
| ShowWindow(test_window_->GetHWND(), SW_SHOW);
|
| @@ -524,6 +525,7 @@
|
|
|
| // Flush the message loop to make Purify happy.
|
| message_loop_.RunAllPending();
|
| + OleUninitialize();
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|