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

Unified Diff: Source/core/platform/RefCountedSupplement.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
« no previous file with comments | « Source/core/platform/PrerenderHandle.h ('k') | Source/core/platform/SSLKeyGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/RefCountedSupplement.h
diff --git a/Source/core/platform/RefCountedSupplement.h b/Source/core/platform/RefCountedSupplement.h
index 28c76553aaeb2d1580c15bb9d8a2bc9f5a1fa336..985c81fbbf76f4026561930a692407b79eabb41e 100644
--- a/Source/core/platform/RefCountedSupplement.h
+++ b/Source/core/platform/RefCountedSupplement.h
@@ -27,8 +27,8 @@
#define RefCountedSupplement_h
#include "core/platform/Supplementable.h"
-#include <wtf/RefCounted.h>
-#include <wtf/RefPtr.h>
+#include "wtf/RefCounted.h"
+#include "wtf/RefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/PrerenderHandle.h ('k') | Source/core/platform/SSLKeyGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698