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

Unified Diff: xfa/src/fee/src/fee/fde_txtedtparag.h

Issue 1746053003: Remove foxitlib.h and foxitxfa.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
Index: xfa/src/fee/src/fee/fde_txtedtparag.h
diff --git a/xfa/src/fee/src/fee/fde_txtedtparag.h b/xfa/src/fee/src/fee/fde_txtedtparag.h
index 09c4aef2a318afd09e193cad0ad0f061dac10674..f1b642ed117a7aafd75402e27cee93dfdac36643 100644
--- a/xfa/src/fee/src/fee/fde_txtedtparag.h
+++ b/xfa/src/fee/src/fee/fde_txtedtparag.h
@@ -7,8 +7,10 @@
#ifndef XFA_SRC_FEE_SRC_FEE_FDE_TXTEDTPARAG_H_
#define XFA_SRC_FEE_SRC_FEE_FDE_TXTEDTPARAG_H_
+#include "xfa/src/fee/include/ifde_txtedtengine.h"
+
class CFDE_TxtEdtEngine;
-class CFDE_TxtEdtParag;
+
class CFDE_TxtEdtParag : public IFDE_TxtEdtParag {
public:
CFDE_TxtEdtParag(CFDE_TxtEdtEngine* pEngine);
Tom Sepez 2016/02/29 19:22:30 nit: explicit while you're at it.
dsinclair 2016/02/29 19:52:03 Done.

Powered by Google App Engine
This is Rietveld 408576698