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

Unified Diff: xfa/fwl/theme/cfwl_utils.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/theme/cfwl_utils.h
diff --git a/xfa/include/fwl/theme/utils.h b/xfa/fwl/theme/cfwl_utils.h
similarity index 95%
rename from xfa/include/fwl/theme/utils.h
rename to xfa/fwl/theme/cfwl_utils.h
index 0a37d3274b555983ca5dcc636e6b4cbeb6b49f59..d530b7631b37d71b6180da760974c68154c2e49b 100644
--- a/xfa/include/fwl/theme/utils.h
+++ b/xfa/fwl/theme/cfwl_utils.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_THEME_UTILS_H_
-#define XFA_INCLUDE_FWL_THEME_UTILS_H_
+#ifndef XFA_FWL_THEME_CFWL_UTILS_H_
+#define XFA_FWL_THEME_CFWL_UTILS_H_
#include "core/fxcrt/include/fx_system.h"
@@ -72,4 +72,4 @@ struct FWLCOLOR {
#define FWLTHEME_CAPACITY_CXBorder 1.0f
#define FWLTHEME_CAPACITY_CYBorder 1.0f
-#endif // XFA_INCLUDE_FWL_THEME_UTILS_H_
+#endif // XFA_FWL_THEME_CFWL_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698