| 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 967101f4dbb2ba09b5d6f443f7c0b3034175674f..420ad92d83782ede6e6219d56d82a96302711be8 100644
|
| --- a/content/browser/net/sqlite_persistent_cookie_store.cc
|
| +++ b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| @@ -1325,8 +1325,8 @@ net::CookieStore* CreateCookieStore(const CookieStoreConfig& config) {
|
| //
|
| // TODO(ajwong): Remove the InitializedForCurrentProcess() check
|
| // once http://crbug.com/331424 is resolved.
|
| - if (CommandLine::InitializedForCurrentProcess() &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::InitializedForCurrentProcess() &&
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableFileCookies)) {
|
| cookie_monster->SetEnableFileScheme(true);
|
| }
|
|
|