| Index: chrome/browser/browsing_data/browsing_data_helper.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_helper.cc b/chrome/browser/browsing_data/browsing_data_helper.cc
|
| index 73239b7af1e50bd881cad51cb32eeaeb67019ca9..105d575909dc338613cf9368af28a83a0ef7586d 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_helper.cc
|
| @@ -17,7 +17,7 @@
|
| bool BrowsingDataHelper::IsWebScheme(const std::string& scheme) {
|
| // Special-case `file://` scheme iff cookies and site data are enabled via
|
| // the `--allow-file-cookies` CLI flag.
|
| - if (scheme == chrome::kFileScheme) {
|
| + if (scheme == content::kFileScheme) {
|
| return CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableFileCookies);
|
|
|
|
|