summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/navigation_controller_unittest.cc')
-rw-r--r--chrome/browser/navigation_controller_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/navigation_controller_unittest.cc b/chrome/browser/navigation_controller_unittest.cc
index 72d2e5c..fa5e3e4 100644
--- a/chrome/browser/navigation_controller_unittest.cc
+++ b/chrome/browser/navigation_controller_unittest.cc
@@ -164,6 +164,9 @@ class NavigationControllerTest : public testing::Test,
TestContents* contents;
Profile* profile;
+
+ private:
+ MessageLoopForUI message_loop_;
};
// NavigationControllerHistoryTest ---------------------------------------------