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 /fxjs | |
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 'fxjs')
-rw-r--r-- | fxjs/cjs_globaldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_globaldata.cpp b/fxjs/cjs_globaldata.cpp index 614ae15858..0c84d1db72 100644 --- a/fxjs/cjs_globaldata.cpp +++ b/fxjs/cjs_globaldata.cpp @@ -8,7 +8,7 @@ #include <utility> -#include "core/fdrm/crypto/fx_crypt.h" +#include "core/fdrm/fx_crypt.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" |