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

Unified Diff: public/platform/WebServiceWorkerResponse.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/WebServiceWorkerRequest.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerResponse.h
diff --git a/public/platform/WebServiceWorkerResponse.h b/public/platform/WebServiceWorkerResponse.h
index 95894c65eaacc3ae66815620575769299c4b6ca8..876b4eea9e7e0bec7ff77c327d54c7fa60d26327 100644
--- a/public/platform/WebServiceWorkerResponse.h
+++ b/public/platform/WebServiceWorkerResponse.h
@@ -16,7 +16,7 @@
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
-namespace WebCore {
+namespace blink {
class BlobDataHandle;
}
#endif
@@ -60,8 +60,8 @@ public:
void setHeaders(const HashMap<String, String>&);
const HashMap<String, String>& headers() const;
- void setBlobDataHandle(PassRefPtr<WebCore::BlobDataHandle>);
- PassRefPtr<WebCore::BlobDataHandle> blobDataHandle() const;
+ void setBlobDataHandle(PassRefPtr<blink::BlobDataHandle>);
+ PassRefPtr<blink::BlobDataHandle> blobDataHandle() const;
#endif
private:
« no previous file with comments | « public/platform/WebServiceWorkerRequest.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698