Index: chrome/browser/search_engines/template_url_service_test_util.cc |
diff --git a/chrome/browser/search_engines/template_url_service_test_util.cc b/chrome/browser/search_engines/template_url_service_test_util.cc |
index 45e5206a2e8b0ab574777b7eb93dcb60c184fd17..d980428c02b590d3376ab53b92b8e0540d366902 100644 |
--- a/chrome/browser/search_engines/template_url_service_test_util.cc |
+++ b/chrome/browser/search_engines/template_url_service_test_util.cc |
@@ -14,6 +14,7 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/public/browser/notification_service.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
@@ -74,8 +75,8 @@ class TemplateURLServiceTestingProfile : public TestingProfile { |
private: |
scoped_refptr<WebDataService> service_; |
ScopedTempDir temp_dir_; |
- BrowserThread db_thread_; |
- BrowserThread io_thread_; |
+ content::TestBrowserThread db_thread_; |
+ content::TestBrowserThread io_thread_; |
}; |
// Trivial subclass of TemplateURLService that records the last invocation of |