aboutsummaryrefslogtreecommitdiff
path: root/chromeos/data_encoding.cc
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2015-07-15 14:14:19 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-23 16:07:40 +0000
commitf6ec4fc5379529300ee00b04a6ad95e252f25aa0 (patch)
tree42988f086239d36b1bccf816e6fda7df96c44e1a /chromeos/data_encoding.cc
parentf264b223fd6b0d3a8aa6421a5176dd2347742453 (diff)
downloadlibbrillo-f6ec4fc5379529300ee00b04a6ad95e252f25aa0.tar.gz
libchromeos: Remove modp_b64 source.
modp_b64 is now compiled separately in dev-utils/modp_b64. We can remove the code from libchromeos and link against it in libchromeos.gypi. BUG=chromium:510532 TEST=`cros_run_unit_tests --board=gizmo --packages libchromeos` works. CQ-DEPEND=CL:285937 Change-Id: I8ca33009fe06151accc015bdc9c692f53c043311 Reviewed-on: https://chromium-review.googlesource.com/286012 Tested-by: Bertrand Simonnet <bsimonnet@chromium.org> Reviewed-by: Arman Uguray <armansito@chromium.org> Reviewed-by: Alex Deymo <deymo@chromium.org> Commit-Queue: Bertrand Simonnet <bsimonnet@chromium.org>
Diffstat (limited to 'chromeos/data_encoding.cc')
-rw-r--r--chromeos/data_encoding.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/data_encoding.cc b/chromeos/data_encoding.cc
index 3ad74b1..7d6b6c3 100644
--- a/chromeos/data_encoding.cc
+++ b/chromeos/data_encoding.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include <chromeos/data_encoding.h>
-#include <chromeos/modp_b64/modp_b64.h>
+#include <modp_b64/modp_b64.h>
#include <memory>