Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1168)

Unified Diff: xfa/fwl/basewidget/cfx_barcode.h

Issue 2073793002: Rename fxmath_barcodeimp to cfx_barcode (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review feedback Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa.gyp ('k') | xfa/fwl/basewidget/cfx_barcode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/basewidget/cfx_barcode.h
diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.h b/xfa/fwl/basewidget/cfx_barcode.h
similarity index 93%
rename from xfa/fwl/basewidget/fxmath_barcodeimp.h
rename to xfa/fwl/basewidget/cfx_barcode.h
index 3a2c4b54345a898e0a2fdd8168044e6aa2b30d66..fbe16306bd27b6c5a6be233b75ef34965cfefafd 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_
« no previous file with comments | « xfa.gyp ('k') | xfa/fwl/basewidget/cfx_barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698