Fixup didn't fix buildbreak as `#elif` did not provide condition.
Fixing it as author originally intended - changed `#elif` to `#else`.
Change-Id: I7039db26d9359837f9f370678b44f9e5a3608b5e
Signed-off-by: Michal Jurkiewicz <m.jurkiewicz@samsung.com>
!base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableEncryptCookies);
context_params->enable_encrypted_cookies = enable_encrypt_cookies;
-#elif
+#else
context_params->enable_encrypted_cookies = false;
#endif
context_params->cookie_manager_params =