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

Unified Diff: xfa/fwl/cfwl_picturebox.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_noteloop.cpp ('k') | xfa/fwl/cfwl_picturebox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_picturebox.h
diff --git a/xfa/fwl/core/cfwl_picturebox.h b/xfa/fwl/cfwl_picturebox.h
similarity index 86%
rename from xfa/fwl/core/cfwl_picturebox.h
rename to xfa/fwl/cfwl_picturebox.h
index f4ece5bb2d7e31fbfe9d8e2bc16b645c5fd455b0..81ff3911f68b22eeb13fccae0fd94b8b254c8c51 100644
--- a/xfa/fwl/core/cfwl_picturebox.h
+++ b/xfa/fwl/cfwl_picturebox.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_PICTUREBOX_H_
-#define XFA_FWL_CORE_CFWL_PICTUREBOX_H_
+#ifndef XFA_FWL_CFWL_PICTUREBOX_H_
+#define XFA_FWL_CFWL_PICTUREBOX_H_
#include <memory>
-#include "xfa/fwl/core/cfwl_widget.h"
-#include "xfa/fwl/core/cfwl_widgetproperties.h"
+#include "xfa/fwl/cfwl_widget.h"
+#include "xfa/fwl/cfwl_widgetproperties.h"
#define FWL_STYLEEXT_PTB_Left 0L << 0
#define FWL_STYLEEXT_PTB_Center 1L << 0
@@ -48,4 +48,4 @@ class CFWL_PictureBox : public CFWL_Widget {
CFX_Matrix m_matrix;
};
-#endif // XFA_FWL_CORE_CFWL_PICTUREBOX_H_
+#endif // XFA_FWL_CFWL_PICTUREBOX_H_
« no previous file with comments | « xfa/fwl/cfwl_noteloop.cpp ('k') | xfa/fwl/cfwl_picturebox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698