| 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) {
|
|
|