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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringView.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/StringView.h
diff --git a/third_party/WebKit/Source/wtf/text/StringView.h b/third_party/WebKit/Source/platform/wtf/text/StringView.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/text/StringView.h
copy to third_party/WebKit/Source/platform/wtf/text/StringView.h
index bd22113592aef04c8a5665b30bcd2c246b974164..30e1c16b7dfa110ca32d081afbb524f9f2a74f70 100644
--- a/third_party/WebKit/Source/wtf/text/StringView.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringView.h
@@ -5,13 +5,13 @@
#ifndef WTF_StringView_h
#define WTF_StringView_h
-#include "wtf/Allocator.h"
-#include "wtf/GetPtr.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/GetPtr.h"
#if DCHECK_IS_ON()
-#include "wtf/RefPtr.h"
+#include "platform/wtf/RefPtr.h"
#endif
-#include "wtf/text/StringImpl.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/text/StringImpl.h"
+#include "platform/wtf/text/Unicode.h"
#include <cstring>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698