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/WebServiceWorkerResponse.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.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/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 876b4eea9e7e0bec7ff77c327d54c7fa60d26327..00f7118b40bb6165ba9150b7bead68ef1142857f 100644
--- a/public/platform/WebServiceWorkerResponse.h
+++ b/public/platform/WebServiceWorkerResponse.h
@@ -15,14 +15,11 @@
#include "wtf/Forward.h"
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
-
-namespace blink {
-class BlobDataHandle;
-}
#endif
namespace blink {
+class BlobDataHandle;
class WebServiceWorkerResponsePrivate;
// Represents a response to a fetch operation. ServiceWorker uses this to
@@ -60,8 +57,8 @@ public:
void setHeaders(const HashMap<String, String>&);
const HashMap<String, String>& headers() const;
- void setBlobDataHandle(PassRefPtr<blink::BlobDataHandle>);
- PassRefPtr<blink::BlobDataHandle> blobDataHandle() const;
+ void setBlobDataHandle(PassRefPtr<BlobDataHandle>);
+ PassRefPtr<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