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

Unified Diff: xfa/fwl/lightwidget/cfwl_picturebox.h

Issue 1834323003: Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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
Index: xfa/fwl/lightwidget/cfwl_picturebox.h
diff --git a/xfa/include/fwl/lightwidget/picturebox.h b/xfa/fwl/lightwidget/cfwl_picturebox.h
similarity index 90%
rename from xfa/include/fwl/lightwidget/picturebox.h
rename to xfa/fwl/lightwidget/cfwl_picturebox.h
index b5c8ae519213aefbbcdbfd5495468f5874fe9e4a..8fa985acd897d8fc1ec4f70711bbf5b76eb8b7bb 100644
--- a/xfa/include/fwl/lightwidget/picturebox.h
+++ b/xfa/fwl/lightwidget/cfwl_picturebox.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_PICTUREBOX_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_PICTUREBOX_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_PICTUREBOX_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_PICTUREBOX_H_
#include "xfa/fwl/basewidget/ifwl_picturebox.h"
#include "xfa/fwl/core/fwl_error.h"
-#include "xfa/include/fwl/lightwidget/widget.h"
+#include "xfa/fwl/lightwidget/cfwl_widget.h"
class CFWL_PictureBox : public CFWL_Widget {
public:
@@ -61,4 +61,4 @@ class CFWL_PictureBox : public CFWL_Widget {
CFWL_PictureBoxDP m_PictureBoxDP;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_PICTUREBOX_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_PICTUREBOX_H_

Powered by Google App Engine
This is Rietveld 408576698