diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-05 13:22:36 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-05 19:02:53 +0000 |
commit | 6c902e62e23fd6d2baf06078c94085fe755c36d6 (patch) | |
tree | edee86d0413eeecaf0ea83e330a11c49886945bb /core/fxcrt/fx_guid.cpp | |
parent | 1eae16d3b17d6b396969ecf81f6546f5a1d72dfd (diff) | |
download | pdfium-6c902e62e23fd6d2baf06078c94085fe755c36d6.tar.xz |
Rename fx_rand to fx_random
Match FX_Random method names.
Change-Id: I2d178229563881479b80e1f86975f5b165475837
Reviewed-on: https://pdfium-review.googlesource.com/13093
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_guid.cpp')
-rw-r--r-- | core/fxcrt/fx_guid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_guid.cpp b/core/fxcrt/fx_guid.cpp index 6f130f9d46..4d3a4e9a5f 100644 --- a/core/fxcrt/fx_guid.cpp +++ b/core/fxcrt/fx_guid.cpp @@ -7,7 +7,7 @@ #include "core/fxcrt/fx_guid.h" #include "core/fxcrt/fx_extension.h" -#include "core/fxcrt/fx_rand.h" +#include "core/fxcrt/fx_random.h" void FX_GUID_CreateV4(FX_GUID* pGUID) { FX_Random_GenerateMT((uint32_t*)pGUID, 4); |