summaryrefslogtreecommitdiff
path: root/core/fdrm/crypto/fx_crypt_aes.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
commit13ee55a8267963c9b39486a6a22646fbdd770742 (patch)
treee50fd9cb4dbde547de6a913c54128114db64df4e /core/fdrm/crypto/fx_crypt_aes.cpp
parent544bbc6d81ee9d94a09809830b3f622f2dbad28a (diff)
downloadpdfium-13ee55a8267963c9b39486a6a22646fbdd770742.tar.xz
Move fx_crypto.h and fpdf_text.h out of core/include.
This CL moves the two files and breaks fpdf_text.h apart into individual pieces. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1801973002 .
Diffstat (limited to 'core/fdrm/crypto/fx_crypt_aes.cpp')
-rw-r--r--core/fdrm/crypto/fx_crypt_aes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fdrm/crypto/fx_crypt_aes.cpp b/core/fdrm/crypto/fx_crypt_aes.cpp
index d27783f820..b56d8fe33c 100644
--- a/core/fdrm/crypto/fx_crypt_aes.cpp
+++ b/core/fdrm/crypto/fx_crypt_aes.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/include/fdrm/fx_crypt.h"
+#include "core/fdrm/crypto/include/fx_crypt.h"
#ifdef __cplusplus
extern "C" {