Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h

Issue 2798863003: Rewrite references to "wtf/" to "platform/wtf/" in platform/image-decoders. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
index ee1e2a9d67292cce97dd46c607de0d5f69715869..f7c8598915fcbcf21c44ab4a48f6fe978fcc2ae3 100644
--- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
@@ -30,10 +30,10 @@
#define WEBPImageDecoder_h
#include "platform/image-decoders/ImageDecoder.h"
+#include "platform/wtf/RefPtr.h"
scroggo_chromium 2017/04/05 15:42:46 nit: Can this be removed? (I know you're just movi
Yuta Kitamura 2017/04/06 06:03:13 Done.
#include "third_party/skia/include/core/SkData.h"
#include "webp/decode.h"
#include "webp/demux.h"
-#include "wtf/RefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698