Index: net/flip/flip_io_buffer.cc |
=================================================================== |
--- net/flip/flip_io_buffer.cc (revision 0) |
+++ net/flip/flip_io_buffer.cc (revision 0) |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2009 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/flip/flip_io_buffer.h" |
+ |
+namespace net { |
+ |
+// static |
+uint64 FlipIOBuffer::order_ = 0; |
+ |
+} // namespace net |
+ |
Property changes on: net\flip\flip_io_buffer.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |