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

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

Issue 12851008: Create a common base class for all the webdatas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on trunk and comments Created 7 years, 9 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.h
diff --git a/chrome/browser/search_engines/template_url_service_test_util.h b/chrome/browser/search_engines/template_url_service_test_util.h
index ae4fe36127751714ba552e7da2d2413f850a789d..f903e266cc2ca71e7db961f7729e3bfbb4b259a1 100644
--- a/chrome/browser/search_engines/template_url_service_test_util.h
+++ b/chrome/browser/search_engines/template_url_service_test_util.h
@@ -18,7 +18,7 @@
class GURL;
class TemplateURLService;
-class TemplateURLServiceTestingProfile;
+class TestingProfile;
class TestingTemplateURLService;
class TestingProfile;
class WebDataService;
@@ -112,7 +112,9 @@ class TemplateURLServiceTestUtil : public TemplateURLServiceObserver {
// Needed to make the DeleteOnUIThread trait of WebDataService work
// properly.
content::TestBrowserThread ui_thread_;
- scoped_ptr<TemplateURLServiceTestingProfile> profile_;
+ content::TestBrowserThread db_thread_;
+ content::TestBrowserThread io_thread_;
+ scoped_ptr<TestingProfile> profile_;
int changed_count_;
DISALLOW_COPY_AND_ASSIGN(TemplateURLServiceTestUtil);

Powered by Google App Engine
This is Rietveld 408576698