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

Unified Diff: Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/graphics/chromium/DeferredImageDecoder.cpp
diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp b/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
index 82eee74a217189327593dd2297de33b9167bc29b..870fb3da6281be170a49ebd5551c38e4f6f1fe7d 100644
--- a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
+++ b/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-#include "DeferredImageDecoder.h"
+#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
-#include "ImageDecodingStore.h"
-#include "ImageFrameGenerator.h"
-#include "LazyDecodingPixelRef.h"
+#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
+#include "core/platform/graphics/chromium/LazyDecodingPixelRef.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698