aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-08-12 11:24:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-12 11:24:40 -0700
commitd9e57158ebd9b1f8317f0d76ef0402cfce0b0253 (patch)
tree92f5aa5b86b7233ed75eeabf6ebc44683d98c539 /tests
parentcb02b38b2c48bfde333ce3c699dd0451e2d867fa (diff)
SkPDF: Move SkFlate into src/pdf (part 1/3) [reland]
Rename to SkDeflate so Chromium builders continue to work Next, we change remove SkFlate from Chromium build files, then we can delete SkFlate. Review URL: https://codereview.chromium.org/1285913002
Diffstat (limited to 'tests')
-rw-r--r--tests/PDFDeflateWStreamTest.cpp2
-rw-r--r--tests/PDFFlateTest.cpp2
-rw-r--r--tests/PDFPrimitivesTest.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/PDFDeflateWStreamTest.cpp b/tests/PDFDeflateWStreamTest.cpp
index b22574671b..bc0defc5fe 100644
--- a/tests/PDFDeflateWStreamTest.cpp
+++ b/tests/PDFDeflateWStreamTest.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkFlate.h"
+#include "SkDeflate.h"
#include "SkRandom.h"
#include "Test.h"
diff --git a/tests/PDFFlateTest.cpp b/tests/PDFFlateTest.cpp
index 40efe1a5d8..64dc4e2586 100644
--- a/tests/PDFFlateTest.cpp
+++ b/tests/PDFFlateTest.cpp
@@ -6,7 +6,7 @@
*/
#include "SkData.h"
-#include "SkFlate.h"
+#include "SkDeflate.h"
#include "SkStream.h"
#include "Test.h"
diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp
index 013d58657b..b0b776527f 100644
--- a/tests/PDFPrimitivesTest.cpp
+++ b/tests/PDFPrimitivesTest.cpp
@@ -9,7 +9,7 @@
#include "SkCanvas.h"
#include "SkData.h"
#include "SkDocument.h"
-#include "SkFlate.h"
+#include "SkDeflate.h"
#include "SkImageEncoder.h"
#include "SkMatrix.h"
#include "SkPDFCanon.h"