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

Unified Diff: Source/core/platform/image-decoders/ImageDecoder.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/ImageDecoder.h
diff --git a/Source/core/platform/image-decoders/ImageDecoder.h b/Source/core/platform/image-decoders/ImageDecoder.h
index 5191e7f43d201aedd873bc2b1cf81c05ba42cf19..a5dab7944f45c872daa5d0ea27132c8151e73dae 100644
--- a/Source/core/platform/image-decoders/ImageDecoder.h
+++ b/Source/core/platform/image-decoders/ImageDecoder.h
@@ -30,9 +30,9 @@
#define ImageDecoder_h
#include "NativeImageSkia.h"
-#include "PlatformScreen.h"
-#include "SharedBuffer.h"
#include "SkColorPriv.h"
+#include "core/platform/PlatformScreen.h"
+#include "core/platform/SharedBuffer.h"
#include "core/platform/graphics/ImageSource.h"
#include "core/platform/graphics/IntRect.h"
#include <wtf/Assertions.h>

Powered by Google App Engine
This is Rietveld 408576698