Fix building on Linux

This commit is contained in:
Cheng Zhao 2016-07-12 22:45:15 +09:00
parent fd73279d16
commit 6db75a3458

View file

@ -497,7 +497,7 @@ bool App::IsAccessibilitySupportEnabled() {
void App::ImportCertificate(
const base::DictionaryValue& options,
const net::CompletionCallback& callback) {
auto browser_context = brightray::BrowserContext::From("", false);
auto browser_context = AtomBrowserContext::From("", false);
if (!certificate_manager_model_) {
std::unique_ptr<base::DictionaryValue> copy = options.CreateDeepCopy();
CertificateManagerModel::Create(