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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringBuffer.h

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. Created 3 years, 9 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: third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
diff --git a/third_party/WebKit/Source/wtf/text/StringBuffer.h b/third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
similarity index 94%
copy from third_party/WebKit/Source/wtf/text/StringBuffer.h
copy to third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
index 46b98cbcabc99a52786689a9496c2ee4e2c79820..1d409b2147d6b88a8ac6cdcfc5e8fd744508a5a1 100644
--- a/third_party/WebKit/Source/wtf/text/StringBuffer.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
@@ -29,10 +29,10 @@
#ifndef StringBuffer_h
#define StringBuffer_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/text/StringImpl.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/text/StringImpl.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698