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

Unified Diff: core/include/fxcrt/fx_basic.h

Issue 1722803002: Sort includes in xfa/. (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 | « no previous file | core/include/fxcrt/fx_memory.h » ('j') | xfa/include/fwl/adapter/fwl_adapterthreadmgr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fxcrt/fx_basic.h
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h
index 9b1eaa5bf518722c1f36c2056438faf8b8e5dc01..992231e2765aefbc0f250017ac4bef675250208f 100644
--- a/core/include/fxcrt/fx_basic.h
+++ b/core/include/fxcrt/fx_basic.h
@@ -398,6 +398,8 @@ class CFX_ArrayTemplate : public CFX_BasicArray {
}
};
typedef CFX_ArrayTemplate<FX_DWORD> CFX_DWordArray;
+typedef CFX_ArrayTemplate<CFX_WideStringC> CFX_WideStringCArray;
Tom Sepez 2016/02/22 22:23:38 Put this in the PDF_ENABLE_XFA section below.
dsinclair 2016/02/23 14:09:14 Done
+
#ifdef PDF_ENABLE_XFA
typedef CFX_ArrayTemplate<FX_WORD> CFX_WordArray;
typedef CFX_ArrayTemplate<FX_FLOAT> CFX_FloatArray;
« no previous file with comments | « no previous file | core/include/fxcrt/fx_memory.h » ('j') | xfa/include/fwl/adapter/fwl_adapterthreadmgr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698