| Index: Source/core/platform/Pasteboard.h
|
| diff --git a/Source/core/platform/Pasteboard.h b/Source/core/platform/Pasteboard.h
|
| index 4664460ca93444eb8af2e473ab78d4c5b62d17e3..fb5b59657fb71efce9ffd179291f512b8447ec92 100644
|
| --- a/Source/core/platform/Pasteboard.h
|
| +++ b/Source/core/platform/Pasteboard.h
|
| @@ -70,12 +70,12 @@ public:
|
| bool isSelectionMode() const;
|
| void setSelectionMode(bool);
|
|
|
| - WebKit::WebClipboard::Buffer buffer() const { return m_buffer; }
|
| + blink::WebClipboard::Buffer buffer() const { return m_buffer; }
|
|
|
| private:
|
| Pasteboard();
|
|
|
| - WebKit::WebClipboard::Buffer m_buffer;
|
| + blink::WebClipboard::Buffer m_buffer;
|
| };
|
|
|
| } // namespace WebCore
|
|
|