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

Unified Diff: public/platform/WebDragData.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « public/platform/WebData.h ('k') | public/platform/WebFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/platform/WebData.h ('k') | public/platform/WebFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698