summaryrefslogtreecommitdiffstats
path: root/media/base/pts_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/pts_heap.h')
-rw-r--r--media/base/pts_heap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/media/base/pts_heap.h b/media/base/pts_heap.h
index 5e7f3be..11a3dbc 100644
--- a/media/base/pts_heap.h
+++ b/media/base/pts_heap.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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,11 +31,10 @@
#include <vector>
#include "base/time.h"
-#include "media/base/media_export.h"
namespace media {
-class MEDIA_EXPORT PtsHeap {
+class PtsHeap {
public:
PtsHeap();
~PtsHeap();