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

Unified Diff: Source/core/platform/text/mac/StringImplMac.mm

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/text/mac/LocaleMac.mm ('k') | Source/core/platform/text/mac/StringMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/mac/StringImplMac.mm
diff --git a/Source/core/platform/text/mac/StringImplMac.mm b/Source/core/platform/text/mac/StringImplMac.mm
index d0523c8e8e561641d98613912e6750d9cf118235..d563103e490379103af3e3bd105a2abe339393db 100644
--- a/Source/core/platform/text/mac/StringImplMac.mm
+++ b/Source/core/platform/text/mac/StringImplMac.mm
@@ -19,10 +19,10 @@
*/
#include "config.h"
-#include <wtf/text/StringImpl.h>
+#include "wtf/text/StringImpl.h"
#include "core/platform/mac/FoundationExtras.h"
-#include <wtf/RetainPtr.h>
+#include "wtf/RetainPtr.h"
namespace WTF {
« no previous file with comments | « Source/core/platform/text/mac/LocaleMac.mm ('k') | Source/core/platform/text/mac/StringMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698