summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/cpdf_hint_tables.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-06-14 10:44:01 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-14 10:44:01 -0700
commit979070b3ef34aa36ef14e2a09260b057e0265916 (patch)
tree2d7869510851c420ca6d846506bf7cff7f20be19 /core/fpdfapi/fpdf_parser/cpdf_hint_tables.h
parent756d37943415ca15d491b79ba78012225a06db76 (diff)
downloadpdfium-979070b3ef34aa36ef14e2a09260b057e0265916.tar.xz
Get rid of IPDF_DataAvail.
BUG=pdfium:520 Review-Url: https://codereview.chromium.org/2061973002
Diffstat (limited to 'core/fpdfapi/fpdf_parser/cpdf_hint_tables.h')
-rw-r--r--core/fpdfapi/fpdf_parser/cpdf_hint_tables.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/fpdfapi/fpdf_parser/cpdf_hint_tables.h b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.h
index 4436339e82..1eb072367a 100644
--- a/core/fpdfapi/fpdf_parser/cpdf_hint_tables.h
+++ b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.h
@@ -9,12 +9,11 @@
#include <vector>
-#include "core/fpdfapi/fpdf_parser/include/ipdf_data_avail.h"
+#include "core/fpdfapi/fpdf_parser/include/cpdf_data_avail.h"
#include "core/fxcrt/include/fx_basic.h"
#include "core/fxcrt/include/fx_stream.h"
class CFX_BitStream;
-class CPDF_DataAvail;
class CPDF_Dictionary;
class CPDF_Stream;
@@ -28,9 +27,9 @@ class CPDF_HintTables {
FX_FILESIZE& szPageLength,
uint32_t& dwObjNum);
- IPDF_DataAvail::DocAvailStatus CheckPage(
+ CPDF_DataAvail::DocAvailStatus CheckPage(
int index,
- IPDF_DataAvail::DownloadHints* pHints);
+ CPDF_DataAvail::DownloadHints* pHints);
FX_BOOL LoadHintStream(CPDF_Stream* pHintStream);