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

Unified Diff: xfa/fwl/lightwidget/cfwl_theme.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_theme.h
diff --git a/xfa/include/fwl/lightwidget/theme.h b/xfa/fwl/lightwidget/cfwl_theme.h
similarity index 93%
rename from xfa/include/fwl/lightwidget/theme.h
rename to xfa/fwl/lightwidget/cfwl_theme.h
index 9e91236ce80b87d4062e70e54e6ada0dd05f6811..fa62e092fb503a587f91cfd5e4fa4bc97b374bca 100644
--- a/xfa/include/fwl/lightwidget/theme.h
+++ b/xfa/fwl/lightwidget/cfwl_theme.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_THEME_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_THEME_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_THEME_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_THEME_H_
#include <memory>
#include <vector>
@@ -56,4 +56,4 @@ class CFWL_Theme : public IFWL_ThemeProvider {
std::vector<std::unique_ptr<CFWL_WidgetTP>> m_ThemesArray;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_THEME_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_THEME_H_

Powered by Google App Engine
This is Rietveld 408576698