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

Unified Diff: public/platform/WebSocketStreamError.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/WebSocketHandshakeResponseInfo.h ('k') | public/platform/WebSpeechSynthesisUtterance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSocketStreamError.h
diff --git a/public/platform/WebSocketStreamError.h b/public/platform/WebSocketStreamError.h
index 2bbef89393193c46b2a18018c051a827476e11ed..83584b41b86c11aebb1dbd7f3f1f06ee8219adc6 100644
--- a/public/platform/WebSocketStreamError.h
+++ b/public/platform/WebSocketStreamError.h
@@ -38,7 +38,7 @@
#include "wtf/PassRefPtr.h"
#endif
-namespace WebCore { class SocketStreamError; }
+namespace blink { class SocketStreamError; }
namespace blink {
@@ -55,13 +55,13 @@ public:
void reset();
#if INSIDE_BLINK
- WebSocketStreamError(WTF::PassRefPtr<WebCore::SocketStreamError>);
- WebSocketStreamError& operator=(WTF::PassRefPtr<WebCore::SocketStreamError>);
- operator WTF::PassRefPtr<WebCore::SocketStreamError>() const;
+ WebSocketStreamError(WTF::PassRefPtr<blink::SocketStreamError>);
+ WebSocketStreamError& operator=(WTF::PassRefPtr<blink::SocketStreamError>);
+ operator WTF::PassRefPtr<blink::SocketStreamError>() const;
#endif
private:
- WebPrivatePtr<WebCore::SocketStreamError> m_private;
+ WebPrivatePtr<blink::SocketStreamError> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebSocketHandshakeResponseInfo.h ('k') | public/platform/WebSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698