aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PDFDeflateWStreamTest.cpp
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/PDFDeflateWStreamTest.cpp
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/PDFDeflateWStreamTest.cpp')
-rw-r--r--tests/PDFDeflateWStreamTest.cpp2
1 files changed, 1 insertions, 1 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"