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

Unified Diff: Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.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/OpaqueRectTrackingContentLayerDelegate.h
diff --git a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h
index f671db9a5b2d972da74ca5f9e9da0b12af56aab0..e83ce93978eb18815bfd1190dfa3a01eedca791e 100644
--- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h
+++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h
@@ -26,8 +26,8 @@
#define OpaqueRectTrackingContentLayerDelegate_h
#include "public/platform/WebContentLayerClient.h"
-#include <wtf/Noncopyable.h>
-#include <wtf/PassOwnPtr.h>
+#include "wtf/Noncopyable.h"
+#include "wtf/PassOwnPtr.h"
class SkCanvas;

Powered by Google App Engine
This is Rietveld 408576698