From d145e4b923ae99f67b734924885738437248aa85 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Oct 2018 18:54:31 +0000 Subject: 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 Commit-Queue: Lei Zhang --- testing/embedder_test.cpp | 2 +- testing/test_support.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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 #include -#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 #include -#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" -- cgit v1.2.3