summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/chrome_url_data_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/chrome_url_data_manager.cc')
-rw-r--r--chrome/browser/dom_ui/chrome_url_data_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/chrome_url_data_manager.cc b/chrome/browser/dom_ui/chrome_url_data_manager.cc
index 9524bb3..c5c38c7 100644
--- a/chrome/browser/dom_ui/chrome_url_data_manager.cc
+++ b/chrome/browser/dom_ui/chrome_url_data_manager.cc
@@ -194,7 +194,7 @@ ChromeURLDataManager* ChromeURLDataManager::GetInstance() {
void ChromeURLDataManager::AddDataSource(scoped_refptr<DataSource> source) {
// Some |DataSource|-derived classes, notably |FileIconSource| and
- // |DOMUIFavIconSource|, have members that will DCHECK if they are not
+ // |WebUIFavIconSource|, have members that will DCHECK if they are not
// destructed in the same thread as they are constructed (the UI thread).
//
// If |AddDataSource| is called more than once, it will destruct the object