aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegDecoderMgr.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-06-18 09:58:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-18 09:58:57 -0700
commit525e90ab92fed79ac11afbb6e13d56867157fa70 (patch)
treee6d68f8461b01eba75d829cb3f1e4c67f3eb826f /src/codec/SkJpegDecoderMgr.h
parent6dc6f5f4a153d33ed91565cb3cd397a310a937d0 (diff)
Try again to rename one SkJpegUtility.h to remove ambiguity.
This time rename the new codec one, which is not referenced externally. BUG=skia: Review URL: https://codereview.chromium.org/1181093008
Diffstat (limited to 'src/codec/SkJpegDecoderMgr.h')
-rw-r--r--src/codec/SkJpegDecoderMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/SkJpegDecoderMgr.h b/src/codec/SkJpegDecoderMgr.h
index 444e693742..0775dc07f0 100644
--- a/src/codec/SkJpegDecoderMgr.h
+++ b/src/codec/SkJpegDecoderMgr.h
@@ -10,7 +10,7 @@
#include "SkCodec.h"
#include "SkCodecPriv.h"
-#include "SkJpegUtility.h"
+#include "SkJpegUtility_codec.h"
#include "SkSwizzler.h"
#include "SkTemplates.h"