Index: media/base/media_stream_types.h |
=================================================================== |
--- media/base/media_stream_types.h (revision 0) |
+++ media/base/media_stream_types.h (revision 0) |
@@ -0,0 +1,15 @@ |
+// Copyright (c) 2011 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. |
+ |
+#ifndef MEDIA_BASE_MEDIA_STREAM_TYPES_H_ |
+#define MEDIA_BASE_MEDIA_STREAM_TYPES_H_ |
+ |
+namespace media { |
+ |
+typedef int MediaCaptureSessionId; |
+ |
+} // namespace media |
+ |
+#endif // MEDIA_BASE_MEDIA_STREAM_TYPES_H_ |
+ |
Property changes on: media/base/media_stream_types.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |