Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / net / sqlite_persistent_cookie_store.cc
index 967101f..420ad92 100644 (file)
@@ -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);
   }