Index: base/gfx/jpeg_codec.cc |
diff --git a/base/gfx/jpeg_codec.cc b/base/gfx/jpeg_codec.cc |
index 47055dc3eff9fa2a54349bc40941ccc8f2047a63..d78ca8e8f4769a2fac17f183e6a659e597390bb6 100644 |
--- a/base/gfx/jpeg_codec.cc |
+++ b/base/gfx/jpeg_codec.cc |
@@ -521,4 +521,3 @@ SkBitmap* JPEGCodec::Decode(const unsigned char* input, size_t input_size) { |
return bitmap; |
} |
- |