| Index: chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| index bba4336997ae184aa87cc653872df3558d2ae828..ed4f55d75681977bf33db93a5edc179c433cef08 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| @@ -33,7 +33,7 @@ class HostContentSettingsMapTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| };
|
|
|
|
|