diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 18:13:33 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-07 18:13:33 +0000 |
commit | 8e5c89a5218b2cea6c19a0bbec74a6c51bdf1142 (patch) | |
tree | 969478be1a6f6bf4905f7a95c5bdef91a897b1eb /chrome/browser/browsing_data_remover.h | |
parent | ce829a60f9df9ca9655f467cdb87dd4b1604fcc1 (diff) | |
download | chromium_src-8e5c89a5218b2cea6c19a0bbec74a6c51bdf1142.zip chromium_src-8e5c89a5218b2cea6c19a0bbec74a6c51bdf1142.tar.gz chromium_src-8e5c89a5218b2cea6c19a0bbec74a6c51bdf1142.tar.bz2 |
Changes TemplateURLModel into TemplateURLService. Changes all access points to go through the newly made ProfileKeyedServiceFactory subclass.
In addition, makes further modifications to the unit testing stuff because the TemplateURL tests change the active TemplateURLService on a profile during the test.
BUG=77155
TEST=unit tests
R=mirandac
Review URL: http://codereview.chromium.org/7056056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_data_remover.h')
-rw-r--r-- | chrome/browser/browsing_data_remover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h index 06effca..428cb9b 100644 --- a/chrome/browser/browsing_data_remover.h +++ b/chrome/browser/browsing_data_remover.h @@ -110,7 +110,7 @@ class BrowsingDataRemover : public NotificationObserver, friend class DeleteTask<BrowsingDataRemover>; virtual ~BrowsingDataRemover(); - // NotificationObserver method. Callback when TemplateURLModel has finished + // NotificationObserver method. Callback when TemplateURLService has finished // loading. Deletes the entries from the model, and if we're not waiting on // anything else notifies observers and deletes this BrowsingDataRemover. virtual void Observe(NotificationType type, |