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

Unified Diff: Source/core/platform/image-decoders/gif/GIFImageReader.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 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: Source/core/platform/image-decoders/gif/GIFImageReader.h
diff --git a/Source/core/platform/image-decoders/gif/GIFImageReader.h b/Source/core/platform/image-decoders/gif/GIFImageReader.h
index 5fc7950b3195611cb76a8bb482ac16a80ddbedf7..6934b109edb7a3f61429c7f7b0e514eba6c28150 100644
--- a/Source/core/platform/image-decoders/gif/GIFImageReader.h
+++ b/Source/core/platform/image-decoders/gif/GIFImageReader.h
@@ -40,7 +40,7 @@
// Define ourselves as the clientPtr. Mozilla just hacked their C++ callback class into this old C decoder,
// so we will too.
-#include "SharedBuffer.h"
+#include "core/platform/SharedBuffer.h"
#include "core/platform/image-decoders/gif/GIFImageDecoder.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698