diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-12 18:54:31 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-12 18:54:31 +0000 |
commit | d145e4b923ae99f67b734924885738437248aa85 (patch) | |
tree | 523c8bd30a4385c7f13fcf6ddffcb25ab5057255 /testing | |
parent | 76833a60164e77bd54c6f4d1cc62a79ded8edb90 (diff) | |
download | pdfium-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')
-rw-r--r-- | testing/embedder_test.cpp | 2 | ||||
-rw-r--r-- | testing/test_support.cpp | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/testing/test_support.cpp b/testing/test_support.cpp index 2b6f436c32..8af40a4482 100644 --- a/testing/test_support.cpp +++ b/testing/test_support.cpp @@ -7,7 +7,7 @@ #include <stdio.h> #include <string.h> -#include "core/fdrm/crypto/fx_crypt.h" +#include "core/fdrm/fx_crypt.h" #include "core/fxcrt/fx_memory.h" #include "core/fxcrt/fx_string.h" #include "testing/utils/path_service.h" |