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

Unified Diff: third_party/WebKit/Source/platform/wtf/dtoa.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/dtoa.h
diff --git a/third_party/WebKit/Source/wtf/dtoa.h b/third_party/WebKit/Source/platform/wtf/dtoa.h
similarity index 95%
copy from third_party/WebKit/Source/wtf/dtoa.h
copy to third_party/WebKit/Source/platform/wtf/dtoa.h
index 757c6b8da2b3331c5c8cfa0c0c17051b18e39ee0..9b26a6b2bb764d3c3487104f43d785420184beb8 100644
--- a/third_party/WebKit/Source/wtf/dtoa.h
+++ b/third_party/WebKit/Source/platform/wtf/dtoa.h
@@ -21,10 +21,10 @@
#ifndef WTF_dtoa_h
#define WTF_dtoa_h
-#include "wtf/ASCIICType.h"
-#include "wtf/WTFExport.h"
-#include "wtf/dtoa/double-conversion.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/dtoa/double-conversion.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/WTFThreadData.h ('k') | third_party/WebKit/Source/platform/wtf/dtoa.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698