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

Unified Diff: xfa/fwl/cfwl_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_app.cpp ('k') | xfa/fwl/cfwl_barcode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_barcode.h
diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/cfwl_barcode.h
similarity index 91%
rename from xfa/fwl/core/cfwl_barcode.h
rename to xfa/fwl/cfwl_barcode.h
index 66b47ce3f034af7629a8f6c35f19f873b22ef980..2e9799172b68d7f1151113cf5cc3bd46e8644de0 100644
--- a/xfa/fwl/core/cfwl_barcode.h
+++ b/xfa/fwl/cfwl_barcode.h
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_BARCODE_H_
-#define XFA_FWL_CORE_CFWL_BARCODE_H_
+#ifndef XFA_FWL_CFWL_BARCODE_H_
+#define XFA_FWL_CFWL_BARCODE_H_
#include <memory>
-#include "xfa/fwl/core/cfwl_edit.h"
-#include "xfa/fwl/core/cfwl_scrollbar.h"
-#include "xfa/fwl/core/cfwl_widget.h"
+#include "xfa/fwl/cfwl_edit.h"
+#include "xfa/fwl/cfwl_scrollbar.h"
+#include "xfa/fwl/cfwl_widget.h"
#include "xfa/fxbarcode/BC_Library.h"
class CFWL_WidgetProperties;
@@ -90,4 +90,4 @@ class CFWL_Barcode : public CFWL_Edit {
uint32_t m_dwAttributeMask;
};
-#endif // XFA_FWL_CORE_CFWL_BARCODE_H_
+#endif // XFA_FWL_CFWL_BARCODE_H_
« no previous file with comments | « xfa/fwl/cfwl_app.cpp ('k') | xfa/fwl/cfwl_barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698