| Index: public/platform/WebDragData.h
|
| diff --git a/public/platform/WebDragData.h b/public/platform/WebDragData.h
|
| index 73e778c90ecfd023cf8a57e95d5325ab3ae48436..eed9176ac8adf9c2253d8ae8a50c1860df937657 100644
|
| --- a/public/platform/WebDragData.h
|
| +++ b/public/platform/WebDragData.h
|
| @@ -36,7 +36,7 @@
|
| #include "WebString.h"
|
| #include "WebURL.h"
|
|
|
| -namespace WebCore { class DataObject; }
|
| +namespace blink { class DataObject; }
|
|
|
| namespace blink {
|
|
|
| @@ -109,14 +109,14 @@ public:
|
| BLINK_EXPORT void setFilesystemId(const WebString&);
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - explicit WebDragData(const PassRefPtrWillBeRawPtr<WebCore::DataObject>&);
|
| - WebDragData& operator=(const PassRefPtrWillBeRawPtr<WebCore::DataObject>&);
|
| - WebCore::DataObject* getValue() const;
|
| + explicit WebDragData(const PassRefPtrWillBeRawPtr<blink::DataObject>&);
|
| + WebDragData& operator=(const PassRefPtrWillBeRawPtr<blink::DataObject>&);
|
| + blink::DataObject* getValue() const;
|
| #endif
|
|
|
| private:
|
| void ensureMutable();
|
| - WebPrivatePtr<WebCore::DataObject> m_private;
|
| + WebPrivatePtr<blink::DataObject> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|