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

Unified Diff: public/platform/WebBlobRegistry.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/WebBlobData.h ('k') | public/platform/WebCompositorSupport.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 ef95ea19274d0af4dc8c9fc5f9fff15b90a39e4d..a8ed2bc5912a579e2ef977fca7aa058d32152e9a 100644
--- a/public/platform/WebBlobRegistry.h
+++ b/public/platform/WebBlobRegistry.h
@@ -44,11 +44,11 @@ class WebBlobRegistry {
public:
virtual ~WebBlobRegistry() { }
- 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&) { }
+ virtual void registerBlobData(const WebString& uuid, const WebBlobData&) { }
+ virtual void addBlobDataRef(const WebString& uuid) { }
+ virtual void removeBlobDataRef(const WebString& uuid) { }
+ virtual void registerPublicBlobURL(const WebURL&, const WebString& uuid) { }
+ virtual void revokePublicBlobURL(const WebURL&) { }
// Registers a stream URL referring to a stream with the specified media
// type.
« no previous file with comments | « public/platform/WebBlobData.h ('k') | public/platform/WebCompositorSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698