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

Unified Diff: ppapi/thunk/ppb_websocket_thunk.cc

Issue 10944005: Pepper WebSocket API: Implement new design Chrome IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (not for review: fix win build) Created 8 years, 2 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: ppapi/thunk/ppb_websocket_thunk.cc
diff --git a/ppapi/thunk/ppb_websocket_thunk.cc b/ppapi/thunk/ppb_websocket_thunk.cc
index 3e127b84e5eec10d43164162a246ce544b945443..6cbe3606bb4f5fe925801b6117f848f15e4ab348 100644
--- a/ppapi/thunk/ppb_websocket_thunk.cc
+++ b/ppapi/thunk/ppb_websocket_thunk.cc
@@ -143,7 +143,8 @@ const PPB_WebSocket_1_0 g_ppb_websocket_1_0_thunk = {
} // namespace
-const PPB_WebSocket_1_0* GetPPB_WebSocket_1_0_Thunk() {
+const PPB_WebSocket_1_0*
+GetPPB_WebSocket_1_0_Thunk() {
return &g_ppb_websocket_1_0_thunk;
}

Powered by Google App Engine
This is Rietveld 408576698