summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-16 11:01:19 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-16 11:01:19 -0700
commit8320ee28f24615d1d619a5db1b7c235ea6f91dde (patch)
tree90ffdaab31fbce20480fec7c7972dad8e3324893 /xfa/fwl
parent9d6ca99dbc864a26a13168d4cadbce22bbb55d9e (diff)
downloadpdfium-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')
-rw-r--r--xfa/fwl/basewidget/cfx_barcode.cpp (renamed from xfa/fwl/basewidget/fxmath_barcodeimp.cpp)2
-rw-r--r--xfa/fwl/basewidget/cfx_barcode.h (renamed from xfa/fwl/basewidget/fxmath_barcodeimp.h)6
-rw-r--r--xfa/fwl/basewidget/fwl_barcodeimp.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.cpp b/xfa/fwl/basewidget/cfx_barcode.cpp
index 1dc8afbaef..795c834181 100644
--- a/xfa/fwl/basewidget/fxmath_barcodeimp.cpp
+++ b/xfa/fwl/basewidget/cfx_barcode.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/basewidget/fxmath_barcodeimp.h"
+#include "xfa/fwl/basewidget/cfx_barcode.h"
#include "xfa/fxbarcode/cbc_codabar.h"
#include "xfa/fxbarcode/cbc_code128.h"
diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.h b/xfa/fwl/basewidget/cfx_barcode.h
index 3a2c4b5434..fbe16306bd 100644
--- a/xfa/fwl/basewidget/fxmath_barcodeimp.h
+++ b/xfa/fwl/basewidget/cfx_barcode.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
-#define XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
+#ifndef XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
+#define XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
#include "core/fxcrt/include/fx_coordinates.h"
#include "core/fxcrt/include/fx_string.h"
@@ -60,4 +60,4 @@ class CFX_Barcode {
CBC_CodeBase* m_pBCEngine;
};
-#endif // XFA_FWL_BASEWIDGET_FXMATH_BARCODEIMP_H_
+#endif // XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
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"