Index: media/base/pts_heap.h |
=================================================================== |
--- media/base/pts_heap.h (revision 95843) |
+++ media/base/pts_heap.h (working copy) |
@@ -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(); |