diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-16 11:01:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-16 11:01:19 -0700 |
commit | 8320ee28f24615d1d619a5db1b7c235ea6f91dde (patch) | |
tree | 90ffdaab31fbce20480fec7c7972dad8e3324893 /xfa/fwl/basewidget/fwl_barcodeimp.cpp | |
parent | 9d6ca99dbc864a26a13168d4cadbce22bbb55d9e (diff) | |
download | pdfium-8320ee28f24615d1d619a5db1b7c235ea6f91dde.tar.xz |
Rename fxmath_barcodeimp to cfx_barcode
Renames the files to make their contents clearer.
Review-Url: https://codereview.chromium.org/2073793002
Diffstat (limited to 'xfa/fwl/basewidget/fwl_barcodeimp.cpp')
-rw-r--r-- | xfa/fwl/basewidget/fwl_barcodeimp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/fwl_barcodeimp.cpp b/xfa/fwl/basewidget/fwl_barcodeimp.cpp index 1789f9f075..70f5c73c3a 100644 --- a/xfa/fwl/basewidget/fwl_barcodeimp.cpp +++ b/xfa/fwl/basewidget/fwl_barcodeimp.cpp @@ -7,8 +7,8 @@ #include "xfa/fwl/basewidget/fwl_barcodeimp.h" #include "xfa/fgas/font/fgas_gefont.h" +#include "xfa/fwl/basewidget/cfx_barcode.h" #include "xfa/fwl/basewidget/fwl_editimp.h" -#include "xfa/fwl/basewidget/fxmath_barcodeimp.h" #include "xfa/fwl/core/cfwl_themepart.h" #include "xfa/fwl/core/fwl_noteimp.h" #include "xfa/fwl/core/fwl_widgetimp.h" |