| Index: components/favicon/core/favicon_driver_impl.cc
|
| diff --git a/components/favicon/core/favicon_driver_impl.cc b/components/favicon/core/favicon_driver_impl.cc
|
| index c95bf3aae13dbed1276ab194ae3fbd211d910235..90075698f15cc649cb276a3795efa7d3d5027b9f 100644
|
| --- a/components/favicon/core/favicon_driver_impl.cc
|
| +++ b/components/favicon/core/favicon_driver_impl.cc
|
| @@ -30,7 +30,7 @@ bool IsIconNTPEnabled() {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableIconNtp))
|
| return true;
|
|
|
| - return StartsWithASCII(group_name, "Enabled", true);
|
| + return base::StartsWithASCII(group_name, "Enabled", true);
|
| }
|
|
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
|
|