blob: a8edde94bb74fde94e299545cb3c734ddf193f2e [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/websockets/mock_websocket_channel.h"
// Generated constructors and destructors for GMock objects are very large. By
// putting them in a separate file we can speed up compile times.
namespace blink {
MockWebSocketChannel::MockWebSocketChannel() = default;
MockWebSocketChannel::~MockWebSocketChannel() = default;
} // namespace blink