| 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 208b8baf0ef2c68de4149c605b47375623734c3e..30554cfecf521dabc12022f39945e83140eae92a 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/testing_pref_service.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/static_cookie_policy.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -46,7 +47,7 @@ class HostContentSettingsMapTest : public testing::Test {
|
|
|
| protected:
|
| MessageLoop message_loop_;
|
| - BrowserThread ui_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| };
|
|
|
| TEST_F(HostContentSettingsMapTest, DefaultValues) {
|
|
|