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

Unified Diff: Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp

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/ico/ICOImageDecoder.cpp
diff --git a/Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp b/Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp
index 0f108120784429f33f07673173835a4026188d47..6cd4379d83008a213a597537704da56e474016bd 100644
--- a/Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp
+++ b/Source/core/platform/image-decoders/ico/ICOImageDecoder.cpp
@@ -33,7 +33,7 @@
#include <algorithm>
-#include "PlatformInstrumentation.h"
+#include "core/platform/PlatformInstrumentation.h"
#include "core/platform/image-decoders/bmp/BMPImageReader.h"
#include "core/platform/image-decoders/png/PNGImageDecoder.h"
#include <wtf/PassOwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698