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

Unified Diff: third_party/WebKit/public/platform/WebCString.h

Issue 2473093003: Fix up naming in CString. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/wtf/text/WTFString.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebCString.h
diff --git a/third_party/WebKit/public/platform/WebCString.h b/third_party/WebKit/public/platform/WebCString.h
index 1e31236e6ca7a59fb951beaae7905677bd046d58..757016cf793d080ce376b6f0742fadfb83b31b19 100644
--- a/third_party/WebKit/public/platform/WebCString.h
+++ b/third_party/WebKit/public/platform/WebCString.h
@@ -43,7 +43,7 @@
namespace WTF {
class CString;
-class CStringBuffer;
+class CStringImpl;
}
namespace blink {
@@ -112,8 +112,8 @@ class WebCString {
#endif
private:
- BLINK_COMMON_EXPORT void assign(WTF::CStringBuffer*);
- WebPrivatePtr<WTF::CStringBuffer> m_private;
+ BLINK_COMMON_EXPORT void assign(WTF::CStringImpl*);
+ WebPrivatePtr<WTF::CStringImpl> m_private;
};
inline bool operator<(const WebCString& a, const WebCString& b) {
« no previous file with comments | « third_party/WebKit/Source/wtf/text/WTFString.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698