| Index: media/tools/player_wtl/movie.h
|
| diff --git a/media/player/movie.h b/media/tools/player_wtl/movie.h
|
| similarity index 92%
|
| rename from media/player/movie.h
|
| rename to media/tools/player_wtl/movie.h
|
| index 8bbbc68b02ff5cc00fc007a2264ba340d822dd2b..ed8118259ddb076b6ba04a8fb79cf39117107c96 100644
|
| --- a/media/player/movie.h
|
| +++ b/media/tools/player_wtl/movie.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Movie class for WTL forms to call to control the media pipeline.
|
|
|
| -#ifndef MEDIA_PLAYER_MOVIE_H_
|
| -#define MEDIA_PLAYER_MOVIE_H_
|
| +#ifndef MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
|
| +#define MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
|
|
|
| -#include "media/player/player_wtl.h"
|
| +#include "media/tools/player_wtl/player_wtl.h"
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "base/singleton.h"
|
| @@ -95,4 +95,4 @@ class Movie : public Singleton<Movie> {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_PLAYER_MOVIE_H_
|
| +#endif // MEDIA_TOOLS_PLAYER_WTL_MOVIE_H_
|
|
|