Revert of Revert of Add a WorkerScheduler and a WebThreadImplForWorker (patchset...
[chromium-blink-merge.git] / net / quic / iovector.cc
bloba6d2c617fc82b240c320d4d3108c6c98a250c207
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/quic/iovector.h"
7 namespace net {
9 IOVector::IOVector() {}
11 IOVector::~IOVector() {}
13 } // namespace net