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

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

Issue 2432423002: Merge the CFWL_*Imp classes into the IFWL_* classes. (Closed)
Patch Set: Review feedback Created 4 years, 2 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/fwl/core/cfwl_widgetmgr.cpp ('k') | xfa/fwl/core/cfx_barcode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfx_barcode.h
diff --git a/xfa/fwl/basewidget/cfx_barcode.h b/xfa/fwl/core/cfx_barcode.h
similarity index 93%
rename from xfa/fwl/basewidget/cfx_barcode.h
rename to xfa/fwl/core/cfx_barcode.h
index fee0885654781d347bc1710be254390c6c385d48..389ff520429a00659b804425d3155658994c2351 100644
--- a/xfa/fwl/basewidget/cfx_barcode.h
+++ b/xfa/fwl/core/cfx_barcode.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
-#define XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
+#ifndef XFA_FWL_CORE_CFX_BARCODE_H_
+#define XFA_FWL_CORE_CFX_BARCODE_H_
#include <memory>
@@ -57,4 +57,4 @@ class CFX_Barcode {
std::unique_ptr<CBC_CodeBase> m_pBCEngine;
};
-#endif // XFA_FWL_BASEWIDGET_CFX_BARCODE_H_
+#endif // XFA_FWL_CORE_CFX_BARCODE_H_
« no previous file with comments | « xfa/fwl/core/cfwl_widgetmgr.cpp ('k') | xfa/fwl/core/cfx_barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698