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

Unified Diff: xfa/fwl/lightwidget/cfwl_app.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_app.h
diff --git a/xfa/include/fwl/lightwidget/app.h b/xfa/fwl/lightwidget/cfwl_app.h
similarity index 82%
rename from xfa/include/fwl/lightwidget/app.h
rename to xfa/fwl/lightwidget/cfwl_app.h
index dee8d04de332ce2bb576738b6ff8e6c2d9a03f3b..24cbd5abb44a6a1716e183083eaedf75489dd17a 100644
--- a/xfa/include/fwl/lightwidget/app.h
+++ b/xfa/fwl/lightwidget/cfwl_app.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_APP_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_APP_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_APP_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_APP_H_
#include "xfa/fwl/core/fwl_error.h"
@@ -28,4 +28,4 @@ class CFWL_App {
CFWL_Theme* m_pTheme;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_APP_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_APP_H_

Powered by Google App Engine
This is Rietveld 408576698