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

Unified Diff: xfa/fwl/lightwidget/cfwl_edit.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_edit.h
diff --git a/xfa/include/fwl/lightwidget/edit.h b/xfa/fwl/lightwidget/cfwl_edit.h
similarity index 92%
rename from xfa/include/fwl/lightwidget/edit.h
rename to xfa/fwl/lightwidget/cfwl_edit.h
index a142f483d15e8333308731cb180198bca0c099d1..153c75604417430ea0c16f98e9ba05327bb328c6 100644
--- a/xfa/include/fwl/lightwidget/edit.h
+++ b/xfa/fwl/lightwidget/cfwl_edit.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_
#include <vector>
-#include "xfa/include/fwl/lightwidget/widget.h"
+#include "xfa/fwl/lightwidget/cfwl_widget.h"
class CFWL_WidgetProperties;
@@ -64,4 +64,4 @@ class CFWL_Edit : public CFWL_Widget {
virtual ~CFWL_Edit();
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_

Powered by Google App Engine
This is Rietveld 408576698