| Index: libcurl_http_fetcher.cc
|
| diff --git a/libcurl_http_fetcher.cc b/libcurl_http_fetcher.cc
|
| index b65d6b1e2e71aa73abd72e1d4b8b300124a61912..460b980c5bd87521e13c10f151d7b8a5ebf42dd0 100644
|
| --- a/libcurl_http_fetcher.cc
|
| +++ b/libcurl_http_fetcher.cc
|
| @@ -24,7 +24,7 @@ namespace chromeos_update_engine {
|
|
|
| namespace {
|
| const int kMaxRetriesCount = 20;
|
| -const char kCACertificatesPath[] = "/usr/share/update_engine/ca-certificates";
|
| +const char kCACertificatesPath[] = "/usr/share/chromeos-ca-certificates";
|
| } // namespace {}
|
|
|
| LibcurlHttpFetcher::~LibcurlHttpFetcher() {
|
|
|