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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.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/IntegerToStringConversion.h
diff --git a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h
copy to third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
index 65bbb0ae0a2feb7ca2ab4007c47ccc79b3f651c9..ad7f63f589c4bbdcad06fdf64b9bd7484c316610 100644
--- a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h
+++ b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
@@ -23,8 +23,8 @@
#define IntegerToStringConversion_h
#include "base/numerics/safe_conversions.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/text/Unicode.h"
#include <limits>
#include <type_traits>

Powered by Google App Engine
This is Rietveld 408576698