summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/url_blacklist_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/url_blacklist_manager_unittest.cc')
-rw-r--r--chrome/browser/policy/url_blacklist_manager_unittest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/policy/url_blacklist_manager_unittest.cc b/chrome/browser/policy/url_blacklist_manager_unittest.cc
index c3fc68e..24a6d05 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);
};