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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringToNumber.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/StringToNumber.h
diff --git a/third_party/WebKit/Source/wtf/text/StringToNumber.h b/third_party/WebKit/Source/platform/wtf/text/StringToNumber.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/StringToNumber.h
copy to third_party/WebKit/Source/platform/wtf/text/StringToNumber.h
index 2b87b705c64b71d0f9b2bee8187b10f07abcd3fa..4aa8fbfed1346b7004397752ed01a7cc036f11f6 100644
--- a/third_party/WebKit/Source/wtf/text/StringToNumber.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringToNumber.h
@@ -5,8 +5,8 @@
#ifndef WTF_StringToNumber_h
#define WTF_StringToNumber_h
-#include "wtf/WTFExport.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698