Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: chrome/browser/search_engines/template_url_service_test_util.cc

Issue 8392042: Split BrowserThread into public API and private implementation, step 1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698