diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-24 12:15:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-24 12:15:09 -0700 |
commit | 7a213d9e27fd7d35359183ab5fc95aae186e6722 (patch) | |
tree | f95813f834da50dd494a864b4b3e8f325ffae592 /xfa/fxfa/app | |
parent | 1529756d0d62638ea0fc7965416bef717ff47413 (diff) | |
download | pdfium-7a213d9e27fd7d35359183ab5fc95aae186e6722.tar.xz |
Replace CFX_DSPATemplate with std::binary_search.
This CL replaces the last instance of CFX_DSPATemplate with std::binary_search.
Review-Url: https://codereview.chromium.org/2007443003
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r-- | xfa/fxfa/app/xfa_textlayout.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_textlayout.cpp b/xfa/fxfa/app/xfa_textlayout.cpp index a382d83bd9..fe72e29c05 100644 --- a/xfa/fxfa/app/xfa_textlayout.cpp +++ b/xfa/fxfa/app/xfa_textlayout.cpp @@ -15,7 +15,6 @@ #include "xfa/fde/fde_gedevice.h" #include "xfa/fde/fde_object.h" #include "xfa/fde/xml/fde_xml_imp.h" -#include "xfa/fgas/crt/fgas_algorithm.h" #include "xfa/fgas/crt/fgas_codepage.h" #include "xfa/fxfa/app/xfa_ffwidgetacc.h" #include "xfa/fxfa/include/xfa_ffapp.h" |