summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Simonnet <bsimonnet@google.com>2015-07-27 16:24:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-27 16:24:15 +0000
commit11cb81a5db2964a277049a454d6181f53afa0d49 (patch)
treec1edfbe20cfe7549705ee5ebb32b1523a5c91e64
parent2a1f89d273a1a5fc123fe629a252a4e31d22c83d (diff)
parent08aa32558c2aa0f30bef6bb18906e09384443341 (diff)
downloadlibchrome-11cb81a5db2964a277049a454d6181f53afa0d49.tar.gz
Merge "base64: Fix import path for modp_b64."
-rw-r--r--base/base64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base64.cc b/base/base64.cc
index 8230e2c651..9d11f8c166 100644
--- a/base/base64.cc
+++ b/base/base64.cc
@@ -4,7 +4,7 @@
#include "base/base64.h"
-#include <modp_b64.h>
+#include <modp_b64/modp_b64.h>
namespace base {