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

Unified Diff: Source/modules/websockets/DOMWebSocket.h

Issue 403013002: Rename WebCore to blink in Modules (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 | « Source/modules/websockets/CloseEvent.h ('k') | Source/modules/websockets/DOMWebSocket.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/DOMWebSocket.h
diff --git a/Source/modules/websockets/DOMWebSocket.h b/Source/modules/websockets/DOMWebSocket.h
index 1dcb9a4672a7e1e75ac2fc2d9938b55aeb023a74..a88a82bb4180234d401245bfd70e6c6211eda8d6 100644
--- a/Source/modules/websockets/DOMWebSocket.h
+++ b/Source/modules/websockets/DOMWebSocket.h
@@ -44,7 +44,7 @@
#include "wtf/RefCounted.h"
#include "wtf/text/AtomicStringHash.h"
-namespace WebCore {
+namespace blink {
class Blob;
class ExceptionState;
@@ -130,7 +130,7 @@ protected:
explicit DOMWebSocket(ExecutionContext*);
private:
- // FIXME: This should inherit WebCore::EventQueue.
+ // FIXME: This should inherit blink::EventQueue.
class EventQueue FINAL : public RefCountedWillBeGarbageCollectedFinalized<EventQueue> {
public:
static PassRefPtrWillBeRawPtr<EventQueue> create(EventTarget* target)
@@ -233,6 +233,6 @@ private:
Timer<DOMWebSocket> m_bufferedAmountConsumeTimer;
};
-} // namespace WebCore
+} // namespace blink
#endif // DOMWebSocket_h
« no previous file with comments | « Source/modules/websockets/CloseEvent.h ('k') | Source/modules/websockets/DOMWebSocket.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698