summaryrefslogtreecommitdiffstats
path: root/chrome/views/view_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/view_unittest.cc')
-rw-r--r--chrome/views/view_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/views/view_unittest.cc b/chrome/views/view_unittest.cc
index 0034104..a658132 100644
--- a/chrome/views/view_unittest.cc
+++ b/chrome/views/view_unittest.cc
@@ -21,6 +21,9 @@ class ViewTest : public testing::Test {
~ViewTest() {
OleUninitialize();
}
+
+ private:
+ MessageLoopForUI message_loop_;
};
// Paints the RootView.