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

Unified Diff: third_party/WebKit/Source/platform/wtf/dtoa.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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/dtoa.h ('k') | third_party/WebKit/Source/platform/wtf/dtoa/COPYING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/dtoa.cpp
diff --git a/third_party/WebKit/Source/wtf/dtoa.cpp b/third_party/WebKit/Source/platform/wtf/dtoa.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/dtoa.cpp
rename to third_party/WebKit/Source/platform/wtf/dtoa.cpp
index a0f46f83069bf67d3c1d667db17405a135ff16e7..292b903eefee181eb5431cef03a46b22b20d1d38 100644
--- a/third_party/WebKit/Source/wtf/dtoa.cpp
+++ b/third_party/WebKit/Source/platform/wtf/dtoa.cpp
@@ -33,9 +33,9 @@
* file.
*/
-#include "wtf/dtoa.h"
+#include "platform/wtf/dtoa.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/Vector.h"
#include <string.h>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/dtoa.h ('k') | third_party/WebKit/Source/platform/wtf/dtoa/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698