Index: chrome/browser/policy/url_blacklist_manager_unittest.cc |
diff --git a/chrome/browser/policy/url_blacklist_manager_unittest.cc b/chrome/browser/policy/url_blacklist_manager_unittest.cc |
index c3fc68e213697f200a39d2673a9243f966196ceb..24a6d05bf29f3597ae76b3642dc1c07a5b48da9f 100644 |
--- a/chrome/browser/policy/url_blacklist_manager_unittest.cc |
+++ b/chrome/browser/policy/url_blacklist_manager_unittest.cc |
@@ -10,7 +10,7 @@ |
#include "base/message_loop.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_pref_service.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -90,9 +90,9 @@ class URLBlacklistManagerTest : public testing::Test { |
scoped_ptr<TestingURLBlacklistManager> blacklist_manager_; |
private: |
- BrowserThread ui_thread_; |
- BrowserThread file_thread_; |
- BrowserThread io_thread_; |
+ content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread file_thread_; |
+ content::TestBrowserThread io_thread_; |
DISALLOW_COPY_AND_ASSIGN(URLBlacklistManagerTest); |
}; |