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

Unified Diff: public/platform/WebBlobRegistry.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « public/platform/WebBlobData.h ('k') | public/platform/WebCString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebBlobRegistry.h
diff --git a/public/platform/WebBlobRegistry.h b/public/platform/WebBlobRegistry.h
index c0582310977e2db74f0a0871b8a70d6b67f22692..4569b246fb7d0101124d3f2d09cc3706e4e92193 100644
--- a/public/platform/WebBlobRegistry.h
+++ b/public/platform/WebBlobRegistry.h
@@ -33,7 +33,7 @@
#include "WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebBlobData;
class WebString;
@@ -44,11 +44,11 @@ class WebBlobRegistry {
public:
virtual ~WebBlobRegistry() { }
- virtual void registerBlobData(const WebKit::WebString& uuid, const WebKit::WebBlobData&) { }
- virtual void addBlobDataRef(const WebKit::WebString& uuid) { }
- virtual void removeBlobDataRef(const WebKit::WebString& uuid) { }
- virtual void registerPublicBlobURL(const WebKit::WebURL&, const WebKit::WebString& uuid) { }
- virtual void revokePublicBlobURL(const WebKit::WebURL&) { }
+ virtual void registerBlobData(const blink::WebString& uuid, const blink::WebBlobData&) { }
+ virtual void addBlobDataRef(const blink::WebString& uuid) { }
+ virtual void removeBlobDataRef(const blink::WebString& uuid) { }
+ virtual void registerPublicBlobURL(const blink::WebURL&, const blink::WebString& uuid) { }
+ virtual void revokePublicBlobURL(const blink::WebURL&) { }
// DEPRECATED - old style blob handling is being replaced
virtual void registerBlobURL(const WebURL&, WebBlobData&) { }
@@ -78,6 +78,6 @@ public:
virtual void unregisterStreamURL(const WebURL&) { BLINK_ASSERT_NOT_REACHED(); }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebBlobRegistry_h
« no previous file with comments | « public/platform/WebBlobData.h ('k') | public/platform/WebCString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698