Merge QUIC InterArrival congestion control code to chromium.


Review URL: https://chromiumcodereview.appspot.com/13660002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193483 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/congestion_control/quic_congestion_manager.h b/net/quic/congestion_control/quic_congestion_manager.h
index 5840444..1ffe12a5 100644
--- a/net/quic/congestion_control/quic_congestion_manager.h
+++ b/net/quic/congestion_control/quic_congestion_manager.h
@@ -1,3 +1,7 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
@@ -26,7 +30,7 @@
 class QuicClock;
 class ReceiveAlgorithmInterface;
 
-class QuicCongestionManager {
+class NET_EXPORT_PRIVATE QuicCongestionManager {
  public:
   QuicCongestionManager(const QuicClock* clock,
                         CongestionFeedbackType congestion_type);