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

Unified Diff: xfa/src/fxfa/src/common/xfa_localemgr.h

Issue 1735833003: Remove include only fwl.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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/src/fxfa/src/common/xfa_document.h ('k') | xfa/src/fxfa/src/common/xfa_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/common/xfa_localemgr.h
diff --git a/xfa/src/fxfa/src/common/xfa_localemgr.h b/xfa/src/fxfa/src/common/xfa_localemgr.h
index 6583ddb061952ad8987497ae3b8b0e1aa249b60d..04ca87791f01a7d8b37791e670b39e8cfcef1c56 100644
--- a/xfa/src/fxfa/src/common/xfa_localemgr.h
+++ b/xfa/src/fxfa/src/common/xfa_localemgr.h
@@ -7,10 +7,14 @@
#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_LOCALEMGR_H_
#define XFA_SRC_FXFA_SRC_COMMON_XFA_LOCALEMGR_H_
+#include "xfa/include/fxfa/fxfa_objectacc.h"
+#include "xfa/src/fgas/include/fx_datetime.h"
+#include "xfa/src/fgas/include/fx_locale.h"
+#include "xfa/src/fxfa/src/common/xfa_localemgr.h"
+
class CXFA_Node;
class IFX_Locale;
-class IFX_LocaleMgr;
-class CXFA_LocaleMgr;
+
#define XFA_LANGID_zh_CN 0x0804
#define XFA_LANGID_zh_TW 0x0404
#define XFA_LANGID_zh_HK 0x0c04
@@ -26,6 +30,7 @@ class CXFA_LocaleMgr;
#define XFA_LANGID_pt_BR 0x0416
#define XFA_LANGID_nl_NL 0x0413
#define XFA_LANGID_ru_RU 0x0419
+
class CXFA_LocaleMgr : public IFX_LocaleMgr {
public:
CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid);
@@ -46,6 +51,7 @@ class CXFA_LocaleMgr : public IFX_LocaleMgr {
FX_WORD m_dwDeflcid;
FX_WORD m_dwLocaleFlags;
};
+
class IXFA_TimeZoneProvider {
public:
static IXFA_TimeZoneProvider* Create();
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_document.h ('k') | xfa/src/fxfa/src/common/xfa_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698