Index: net/socket/connect_timing.cc |
=================================================================== |
--- net/socket/connect_timing.cc (revision 0) |
+++ net/socket/connect_timing.cc (revision 0) |
@@ -0,0 +1,14 @@ |
+// 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. |
+ |
+#include "net/base/net_log.h" |
+#include "net/socket/connect_timing.h" |
+ |
+namespace net { |
+ |
+ConnectTiming::ConnectTiming() {} |
+ |
+ConnectTiming::~ConnectTiming() {} |
+ |
+} // namespace net |
Property changes on: net\socket\connect_timing.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |