Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/views/table_view_unittest.cc

Issue 5009: Fix some issues found looking at the code.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/views/table_view_unittest.cc
===================================================================
--- chrome/views/table_view_unittest.cc (revision 2670)
+++ chrome/views/table_view_unittest.cc (working copy)
@@ -137,6 +137,7 @@
};
void TableViewTest::SetUp() {
+ OleInitialize(NULL);
model_.reset(CreateModel());
std::vector<ChromeViews::TableColumn> columns;
columns.resize(2);
@@ -154,6 +155,7 @@
window_->CloseNow();
// Temporary workaround to avoid leak of RootView::pending_paint_task_.
message_loop_.RunAllPending();
+ OleUninitialize();
}
void TableViewTest::VeriyViewOrder(int first, ...) {

Powered by Google App Engine
This is Rietveld 408576698