Index: ppapi/thunk/ppb_audio_api.h |
diff --git a/ppapi/thunk/ppb_audio_api.h b/ppapi/thunk/ppb_audio_api.h |
index 25a1eb3336587c56c85871723b535eea3d429463..a9ccfdcfe44c23b147e161a756ca3ae4d4bbea1b 100644 |
--- a/ppapi/thunk/ppb_audio_api.h |
+++ b/ppapi/thunk/ppb_audio_api.h |
@@ -25,9 +25,8 @@ class PPAPI_THUNK_EXPORT PPB_Audio_API { |
virtual PP_Bool StopPlayback() = 0; |
// Trusted API. |
- virtual int32_t Open( |
- PP_Resource config_id, |
- scoped_refptr<TrackedCallback> create_callback) = 0; |
+ virtual int32_t Open(PP_Resource config_id, |
+ scoped_refptr<TrackedCallback> create_callback) = 0; |
virtual int32_t GetSyncSocket(int* sync_socket) = 0; |
virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) = 0; |
}; |