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

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

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
Index: Source/modules/websockets/WebSocketChannel.h
diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h
index 4832ac9440ff1d3a6c2530d97a8e9bd83176e202..277dd805d3965ed6cd0436f6b34c63074c2e589b 100644
--- a/Source/modules/websockets/WebSocketChannel.h
+++ b/Source/modules/websockets/WebSocketChannel.h
@@ -78,7 +78,7 @@ public:
virtual void send(PassRefPtr<BlobDataHandle>) = 0;
// For WorkerWebSocketChannel.
- virtual void send(PassOwnPtr<Vector<char> >) = 0;
+ virtual void send(PassOwnPtr<Vector<char>>) = 0;
// Do not call |send| after calling this method.
virtual void close(int code, const String& reason) = 0;

Powered by Google App Engine
This is Rietveld 408576698