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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringBuilder.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/StringBuilder.h
diff --git a/third_party/WebKit/Source/wtf/text/StringBuilder.h b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/StringBuilder.h
copy to third_party/WebKit/Source/platform/wtf/text/StringBuilder.h
index a715bcc460f6b73d102dd02b9c2e5193323638d3..a9723c5d095f8e4a4107750002fb7621874246f5 100644
--- a/third_party/WebKit/Source/wtf/text/StringBuilder.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h
@@ -27,10 +27,10 @@
#ifndef StringBuilder_h
#define StringBuilder_h
-#include "wtf/WTFExport.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/StringView.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/AtomicString.h"
+#include "platform/wtf/text/StringView.h"
+#include "platform/wtf/text/WTFString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698