| Index: athena/main/debug/debug_window.h
|
| diff --git a/media/base/player_tracker.cc b/athena/main/debug/debug_window.h
|
| similarity index 52%
|
| copy from media/base/player_tracker.cc
|
| copy to athena/main/debug/debug_window.h
|
| index 909aaecfe4586163b3e646237465dfa8a6c863c0..68c17ce2b1a98836c1abdac2cb4aecfc394feb49 100644
|
| --- a/media/base/player_tracker.cc
|
| +++ b/athena/main/debug/debug_window.h
|
| @@ -2,14 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/base/player_tracker.h"
|
| +#ifndef ATHENA_MAIN_DEBUG_DEBUG_WINDOW_H_
|
| +#define ATHENA_MAIN_DEBUG_DEBUG_WINDOW_H_
|
|
|
| -namespace media {
|
| +void CreateDebugWindow();
|
|
|
| -PlayerTracker::PlayerTracker() {
|
| -}
|
| -
|
| -PlayerTracker::~PlayerTracker() {
|
| -}
|
| -
|
| -} // namespace media
|
| +#endif // ATHENA_MAIN_DEBUG_DEBUG_WINDOW_H_
|
|
|