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

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

Issue 9811022: Misc. small cleanups to minimize TemplateURL refactoring diffs: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/search_provider_install_data.h
===================================================================
--- chrome/browser/search_engines/search_provider_install_data.h (revision 128075)
+++ chrome/browser/search_engines/search_provider_install_data.h (working copy)
@@ -46,7 +46,7 @@
// may be observed on the UI thread to know when this class no longer needs to
// be kept up to date. (Note that this class may be deleted before or after
// that notification occurs. It doesn't matter.)
- SearchProviderInstallData(WebDataService* web_service,
+ SearchProviderInstallData(Profile* profile,
sky 2012/03/22 00:29:07 I would prefer this to keep this taking a WDS. The
Peter Kasting 2012/03/22 18:54:26 The constructor here actually will need the Profil
int ui_death_notification,
const content::NotificationSource& ui_death_source);
virtual ~SearchProviderInstallData();
« no previous file with comments | « chrome/browser/google/google_url_tracker_unittest.cc ('k') | chrome/browser/search_engines/search_provider_install_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698