| Index: media/tools/player_wtl/player_wtl.h
|
| diff --git a/media/player/player_wtl.h b/media/tools/player_wtl/player_wtl.h
|
| similarity index 84%
|
| rename from media/player/player_wtl.h
|
| rename to media/tools/player_wtl/player_wtl.h
|
| index d25e7e8aca11ea079cb957880ce55f55bbe5434e..96a866cc7254658d9d6d23bc576e134d8c564da8 100644
|
| --- a/media/player/player_wtl.h
|
| +++ b/media/tools/player_wtl/player_wtl.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Stand alone media player application used for testing the media library.
|
|
|
| -#ifndef MEDIA_PLAYER_PLAYER_WTL_H_
|
| -#define MEDIA_PLAYER_PLAYER_WTL_H_
|
| +#ifndef MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
|
| +#define MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
|
|
|
| // Enable timing code by turning on TESTING macro.
|
| //#define TESTING 1
|
| @@ -25,4 +25,4 @@
|
|
|
| extern CAppModule g_module;
|
|
|
| -#endif // MEDIA_PLAYER_PLAYER_WTL_H_
|
| +#endif // MEDIA_TOOLS_PLAYER_WTL_PLAYER_WTL_H_
|
|
|