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

Unified Diff: xfa/fwl/fwl_widgetdef.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/fwl_error.h ('k') | xfa/fwl/fwl_widgethit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/fwl_widgetdef.h
diff --git a/xfa/fwl/core/fwl_widgetdef.h b/xfa/fwl/fwl_widgetdef.h
similarity index 98%
rename from xfa/fwl/core/fwl_widgetdef.h
rename to xfa/fwl/fwl_widgetdef.h
index 8644d99474d4e6daf32eaf678c232e4ed21c5e5a..20013b0e4cc3cc4704d319b8ada34aeb9f6b64bb 100644
--- a/xfa/fwl/core/fwl_widgetdef.h
+++ b/xfa/fwl/fwl_widgetdef.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_FWL_WIDGETDEF_H_
-#define XFA_FWL_CORE_FWL_WIDGETDEF_H_
+#ifndef XFA_FWL_FWL_WIDGETDEF_H_
+#define XFA_FWL_FWL_WIDGETDEF_H_
#define FWL_WGTSTYLE_OverLapper (0L << 0)
#define FWL_WGTSTYLE_Popup (1L << 0)
@@ -221,4 +221,4 @@
#define FWL_VKEY_OEM_Clear 0xFE
#define FWL_VKEY_Unknown 0
-#endif // XFA_FWL_CORE_FWL_WIDGETDEF_H_
+#endif // XFA_FWL_FWL_WIDGETDEF_H_
« no previous file with comments | « xfa/fwl/fwl_error.h ('k') | xfa/fwl/fwl_widgethit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698