summaryrefslogtreecommitdiff
path: root/testing/embedder_test.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 18:54:31 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 18:54:31 +0000
commitd145e4b923ae99f67b734924885738437248aa85 (patch)
tree523c8bd30a4385c7f13fcf6ddffcb25ab5057255 /testing/embedder_test.cpp
parent76833a60164e77bd54c6f4d1cc62a79ded8edb90 (diff)
downloadpdfium-d145e4b923ae99f67b734924885738437248aa85.tar.xz
Move core/fdrm/crypto/* to core/fdrm/.
core/fdrm/ currently only contains the crypto directory. Change-Id: I68f4a38e7098f8a3bdc19764bc1ec78c28a386c9 Reviewed-on: https://pdfium-review.googlesource.com/c/43945 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r--testing/embedder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
index 43f077ca01..10b944d608 100644
--- a/testing/embedder_test.cpp
+++ b/testing/embedder_test.cpp
@@ -12,7 +12,7 @@
#include <string>
#include <utility>
-#include "core/fdrm/crypto/fx_crypt.h"
+#include "core/fdrm/fx_crypt.h"
#include "public/cpp/fpdf_scopers.h"
#include "public/fpdf_dataavail.h"
#include "public/fpdf_edit.h"