summaryrefslogtreecommitdiff
path: root/fpdfsdk/fsdk_pauseadapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/fsdk_pauseadapter.h')
-rw-r--r--fpdfsdk/fsdk_pauseadapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/fsdk_pauseadapter.h b/fpdfsdk/fsdk_pauseadapter.h
index a0d009874e..405f4d94d1 100644
--- a/fpdfsdk/fsdk_pauseadapter.h
+++ b/fpdfsdk/fsdk_pauseadapter.h
@@ -8,11 +8,11 @@
#define FPDFSDK_FSDK_PAUSEADAPTER_H_
#include "core/fxcrt/fx_system.h"
-#include "core/fxcrt/ifx_pauseindicator.h"
+#include "core/fxcrt/pauseindicator_iface.h"
#include "core/fxcrt/unowned_ptr.h"
#include "public/fpdf_progressive.h"
-class IFSDK_PAUSE_Adapter : public IFX_PauseIndicator {
+class IFSDK_PAUSE_Adapter : public PauseIndicatorIface {
public:
explicit IFSDK_PAUSE_Adapter(IFSDK_PAUSE* IPause);
~IFSDK_PAUSE_Adapter() override;