Chromium Code Reviews| Index: net/quic/core/quic_constants.cc |
| diff --git a/net/quic/core/quic_constants.cc b/net/quic/core/quic_constants.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..381e8bfcae27072fd7d18f20fe37e4e18612b705 |
| --- /dev/null |
| +++ b/net/quic/core/quic_constants.cc |
| @@ -0,0 +1,11 @@ |
| +// Copyright (c) 2016 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/quic/core/quic_constants.h" |
| + |
| +namespace net { |
| + |
| +const char* const kFinalOffsetHeaderKey = ":final-offset"; |
| + |
| +} // namespace net |