| Index: media/base/pts_heap.h
|
| ===================================================================
|
| --- media/base/pts_heap.h (revision 98516)
|
| +++ media/base/pts_heap.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -31,10 +31,11 @@
|
| #include <vector>
|
|
|
| #include "base/time.h"
|
| +#include "media/base/media_export.h"
|
|
|
| namespace media {
|
|
|
| -class PtsHeap {
|
| +class MEDIA_EXPORT PtsHeap {
|
| public:
|
| PtsHeap();
|
| ~PtsHeap();
|
|
|