Index: chrome/browser/search_engines/search_provider_install_data_unittest.cc |
diff --git a/chrome/browser/search_engines/search_provider_install_data_unittest.cc b/chrome/browser/search_engines/search_provider_install_data_unittest.cc |
index 1bca439f5dc1d2d6dadbf72ce88ad94aae0c47af..c997305ab864c4a32a9aa94d84de4443f944dcf7 100644 |
--- a/chrome/browser/search_engines/search_provider_install_data_unittest.cc |
+++ b/chrome/browser/search_engines/search_provider_install_data_unittest.cc |
@@ -19,8 +19,9 @@ |
#include "components/search_engines/template_url.h" |
#include "components/search_engines/template_url_prepopulate_data.h" |
#include "components/search_engines/template_url_service.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/test/mock_render_process_host.h" |
-#include "content/public/test/test_browser_thread.h" |
+#include "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using content::BrowserThread; |
@@ -130,6 +131,7 @@ class SearchProviderInstallDataTest : public testing::Test { |
// |SearchProviderInstallData| to process the update. |
void SetGoogleBaseURLAndProcessOnIOThread(GURL base_url); |
+ content::TestBrowserThreadBundle thread_bundle_; |
Peter Kasting
2014/08/28 19:06:19
Nit: Add comments about why we need this.
While h
hashimoto
2014/08/29 08:06:26
Added comments and made all data members private.
|
TemplateURLServiceTestUtil util_; |
// Provides the search provider install state on the I/O thread. It must be |