summaryrefslogtreecommitdiff
path: root/core/fdrm/crypto/fx_crypt_aes.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 10:00:05 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 10:00:05 -0700
commitb1469a2c89d338c7fc3e9029405c8bc7e1018b84 (patch)
treeca818551335f3ea431762cbb1fe2f50eca89b3d9 /core/fdrm/crypto/fx_crypt_aes.cpp
parentf7a0d695b7e4f7b0dede23605ef449145aaa6d5a (diff)
downloadpdfium-b1469a2c89d338c7fc3e9029405c8bc7e1018b84.tar.xz
Move core/fdrm/crypto/include to core/fdrm/crypto
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2374413002
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 1a6eab4283..27c064e19f 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/fdrm/crypto/include/fx_crypt.h"
+#include "core/fdrm/crypto/fx_crypt.h"
#ifdef __cplusplus
extern "C" {