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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/UTF8.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/UTF8.cpp
diff --git a/third_party/WebKit/Source/wtf/text/UTF8.cpp b/third_party/WebKit/Source/platform/wtf/text/UTF8.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/text/UTF8.cpp
rename to third_party/WebKit/Source/platform/wtf/text/UTF8.cpp
index cdd89a2edfb608dccd685177eb3066f4046d4d25..053ef2867d5c7db97ff291f4ba02fe8ce44418a6 100644
--- a/third_party/WebKit/Source/wtf/text/UTF8.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/UTF8.cpp
@@ -24,11 +24,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/text/UTF8.h"
+#include "platform/wtf/text/UTF8.h"
-#include "wtf/ASCIICType.h"
-#include "wtf/StringHasher.h"
-#include "wtf/text/CharacterNames.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/text/CharacterNames.h"
namespace WTF {
namespace Unicode {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/UTF8.h ('k') | third_party/WebKit/Source/platform/wtf/text/WTFString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698