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

Unified Diff: xfa/fwl/cfx_barcode.h

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years 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/cfwl_widgetproperties.cpp ('k') | xfa/fwl/cfx_barcode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfx_barcode.h
diff --git a/xfa/fwl/core/cfx_barcode.h b/xfa/fwl/cfx_barcode.h
similarity index 93%
rename from xfa/fwl/core/cfx_barcode.h
rename to xfa/fwl/cfx_barcode.h
index 21fb7451d4ceac3bab02e74852065b986b7e1770..f639977cfc13c0040154917198b6c4d2e7a954ff 100644
--- a/xfa/fwl/core/cfx_barcode.h
+++ b/xfa/fwl/cfx_barcode.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFX_BARCODE_H_
-#define XFA_FWL_CORE_CFX_BARCODE_H_
+#ifndef XFA_FWL_CFX_BARCODE_H_
+#define XFA_FWL_CFX_BARCODE_H_
#include <memory>
@@ -62,4 +62,4 @@ class CFX_Barcode {
std::unique_ptr<CBC_CodeBase> m_pBCEngine;
};
-#endif // XFA_FWL_CORE_CFX_BARCODE_H_
+#endif // XFA_FWL_CFX_BARCODE_H_
« no previous file with comments | « xfa/fwl/cfwl_widgetproperties.cpp ('k') | xfa/fwl/cfx_barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698