From dd32b127ce5deac52b24f493dac79195a30bf138 Mon Sep 17 00:00:00 2001 From: "xhwang@chromium.org" Date: Sat, 4 May 2013 14:17:11 +0000 Subject: content: Use base::MessageLoop. BUG=236029 R=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/14335017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198316 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/host_zoom_map_impl_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/host_zoom_map_impl_unittest.cc') diff --git a/content/browser/host_zoom_map_impl_unittest.cc b/content/browser/host_zoom_map_impl_unittest.cc index 055e061..ccb04e4 100644 --- a/content/browser/host_zoom_map_impl_unittest.cc +++ b/content/browser/host_zoom_map_impl_unittest.cc @@ -18,7 +18,7 @@ class HostZoomMapTest : public testing::Test { } protected: - MessageLoop message_loop_; + base::MessageLoop message_loop_; TestBrowserThread ui_thread_; }; -- cgit v1.1