| Index: content/browser/net/sqlite_persistent_cookie_store.cc
|
| diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| index dc0b0e20299413c54910172c239f35b0b81b9c02..89abf33ffdb65bf48bba7ee95c3d972645a1e1a7 100644
|
| --- a/content/browser/net/sqlite_persistent_cookie_store.cc
|
| +++ b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| @@ -1438,7 +1438,7 @@ net::CookieStore* CreateCookieStore(const CookieStoreConfig& config) {
|
| }
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableFileCookies)) {
|
| cookie_monster->SetEnableFileScheme(true);
|
| }
|
|
|