Fix building on Linux
authorCheng Zhao <zcbenz@gmail.com>
Tue, 12 Jul 2016 13:45:15 +0000 (22:45 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 13 Jul 2016 03:23:14 +0000 (12:23 +0900)
atom/browser/api/atom_api_app.cc

index fc3d9e1..8a66c04 100644 (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(