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

Unified Diff: xfa/fwl/basewidget/ifwl_caret.h

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « xfa/fwl/basewidget/ifwl_barcode.h ('k') | xfa/fwl/basewidget/ifwl_checkbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/basewidget/ifwl_caret.h
diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/fwl/basewidget/ifwl_caret.h
similarity index 78%
rename from xfa/include/fwl/basewidget/fwl_caret.h
rename to xfa/fwl/basewidget/ifwl_caret.h
index d6144ae1e82089706e95fe35fc62de35e3576db3..5b0138f6ce23bf3159185931b0454f9c44aaa0ac 100644
--- a/xfa/include/fwl/basewidget/fwl_caret.h
+++ b/xfa/fwl/basewidget/ifwl_caret.h
@@ -4,10 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_CARET_H_
-#define XFA_INCLUDE_FWL_BASEWIDGET_FWL_CARET_H_
+#ifndef XFA_FWL_BASEWIDGET_IFWL_CARET_H_
+#define XFA_FWL_BASEWIDGET_IFWL_CARET_H_
-#include "xfa/include/fwl/core/fwl_widget.h"
+#include "xfa/fwl/core/ifwl_widget.h"
+#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
#define FWL_CLASS_Caret L"FWL_CARET"
#define FWL_CLASSHASH_Caret 671181879
@@ -29,4 +30,4 @@ class IFWL_Caret : public IFWL_Widget {
IFWL_Caret();
};
-#endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_CARET_H_
+#endif // XFA_FWL_BASEWIDGET_IFWL_CARET_H_
« no previous file with comments | « xfa/fwl/basewidget/ifwl_barcode.h ('k') | xfa/fwl/basewidget/ifwl_checkbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698