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

Unified Diff: third_party/WebKit/Source/wtf/Forward.h

Issue 2025503002: Revert of Expand WTF::StringView's API to be more like StringPiece. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/wtf/Forward.h
diff --git a/third_party/WebKit/Source/wtf/Forward.h b/third_party/WebKit/Source/wtf/Forward.h
index 03f1333b5364970194773db9dda0d1eafef0e7c5..7e59d55338325d53f79975ea6a2b6236729f8382 100644
--- a/third_party/WebKit/Source/wtf/Forward.h
+++ b/third_party/WebKit/Source/wtf/Forward.h
@@ -55,7 +55,6 @@
class String;
class StringBuilder;
class StringImpl;
-class StringView;
class Uint8Array;
class Uint8ClampedArray;
class Uint16Array;
@@ -84,7 +83,6 @@
using WTF::StringBuffer;
using WTF::StringBuilder;
using WTF::StringImpl;
-using WTF::StringView;
using WTF::Uint8Array;
using WTF::Uint8ClampedArray;
using WTF::Uint16Array;
« no previous file with comments | « third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp ('k') | third_party/WebKit/Source/wtf/text/StringBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698