Move AppWindowContentsImpl to extensions
[chromium-blink-merge.git] / content / common / socket_stream.h
blob3bce134558f1f114a5736c034d4e150f4571c547
1 // Copyright (c) 2012 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 #ifndef CONTENT_COMMON_SOCKET_STREAM_H_
6 #define CONTENT_COMMON_SOCKET_STREAM_H_
8 namespace content {
10 const int kNoSocketId = 0;
12 } // namespace content
14 #endif // CONTENT_COMMON_SOCKET_STREAM_H_