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

Unified Diff: xfa/fxfa/fm2js/xfa_simpleexpression.h

Issue 2210543002: Fixup class name spelling (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@cr603490
Patch Set: Rebase to master Created 4 years, 4 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/fxfa/fm2js/xfa_fmparse.cpp ('k') | xfa/fxfa/fm2js/xfa_simpleexpression.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/fm2js/xfa_simpleexpression.h
diff --git a/xfa/fxfa/fm2js/xfa_simpleexpression.h b/xfa/fxfa/fm2js/xfa_simpleexpression.h
index 27086f4cc4bf3cb611e33af5e2fe9372b14664f6..857cd518cfd3e56080467cd1a7ca3046b4a0ccd9 100644
--- a/xfa/fxfa/fm2js/xfa_simpleexpression.h
+++ b/xfa/fxfa/fm2js/xfa_simpleexpression.h
@@ -96,10 +96,10 @@ class CXFA_FMStringExpression : public CXFA_FMSimpleExpression {
CFX_WideStringC m_wsString;
};
-class CXFA_FMIdentifierExpressionn : public CXFA_FMSimpleExpression {
+class CXFA_FMIdentifierExpression : public CXFA_FMSimpleExpression {
public:
- CXFA_FMIdentifierExpressionn(uint32_t line, CFX_WideStringC wsIdentifier);
- ~CXFA_FMIdentifierExpressionn() override;
+ CXFA_FMIdentifierExpression(uint32_t line, CFX_WideStringC wsIdentifier);
+ ~CXFA_FMIdentifierExpression() override;
void ToJavaScript(CFX_WideTextBuf& javascript) override;
private:
« no previous file with comments | « xfa/fxfa/fm2js/xfa_fmparse.cpp ('k') | xfa/fxfa/fm2js/xfa_simpleexpression.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698