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

Unified Diff: Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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/LazyDecodingPixelRef.h
diff --git a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h b/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
index a455c21719ae5c7cbf632ce7ca1ac8edae4f8c37..3cb325a1610b87f13a3d662f1664f02aa9fe1329 100644
--- a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
+++ b/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
@@ -32,9 +32,8 @@
#include "SkSize.h"
#include "SkTypes.h"
#include "skia/ext/lazy_pixel_ref.h"
-
-#include <wtf/RefPtr.h>
-#include <wtf/ThreadingPrimitives.h>
+#include "wtf/RefPtr.h"
+#include "wtf/ThreadingPrimitives.h"
using skia::LazyPixelRef;

Powered by Google App Engine
This is Rietveld 408576698