| Index: components/favicon/core/favicon_driver.h
|
| diff --git a/components/favicon/core/favicon_driver.h b/components/favicon/core/favicon_driver.h
|
| index a030845a67228c6c0c20a804a214eca6cbdd8192..fbd4c6e341a3de19958f58011d55f415b56ea45c 100644
|
| --- a/components/favicon/core/favicon_driver.h
|
| +++ b/components/favicon/core/favicon_driver.h
|
| @@ -115,7 +115,7 @@ class FaviconDriver {
|
| virtual void NotifyFaviconUpdated(bool icon_url_changed);
|
|
|
| private:
|
| - ObserverList<FaviconDriverObserver> observer_list_;
|
| + base::ObserverList<FaviconDriverObserver> observer_list_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FaviconDriver);
|
| };
|
|
|