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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp

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.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
similarity index 97%
rename from third_party/WebKit/Source/wtf/text/StringBuilder.cpp
rename to third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
index 3086eb99f330e5c68cf1e9a84a10f589d9aa4f47..ca5c2634faa8a0c63470e207867f68b812591a16 100644
--- a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
@@ -24,11 +24,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/text/StringBuilder.h"
+#include "platform/wtf/text/StringBuilder.h"
-#include "wtf/dtoa.h"
-#include "wtf/text/IntegerToStringConversion.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/dtoa.h"
+#include "platform/wtf/text/IntegerToStringConversion.h"
+#include "platform/wtf/text/WTFString.h"
#include <algorithm>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698