| Index: media/tools/player_wtl/props.h
|
| diff --git a/media/player/props.h b/media/tools/player_wtl/props.h
|
| similarity index 98%
|
| rename from media/player/props.h
|
| rename to media/tools/player_wtl/props.h
|
| index 47298d7e01c3b37c5925b078e54014c82f072ae8..65224e5431ac2d3b4fb202a3dec6b163af5997b9 100644
|
| --- a/media/player/props.h
|
| +++ b/media/tools/player_wtl/props.h
|
| @@ -2,10 +2,10 @@
|
| // source code is governed by a BSD-style license that can be found in the
|
| // LICENSE file.
|
|
|
| -#ifndef MEDIA_PLAYER_PROPS_H_
|
| -#define MEDIA_PLAYER_PROPS_H_
|
| +#ifndef MEDIA_TOOLS_PLAYER_WTL_PROPS_H_
|
| +#define MEDIA_TOOLS_PLAYER_WTL_PROPS_H_
|
|
|
| -#include "media/player/movie.h"
|
| +#include "media/tools/player_wtl/movie.h"
|
|
|
| #include "resource.h"
|
|
|
| @@ -322,4 +322,4 @@ class CBmpProperties : public CPropertySheetImpl<CBmpProperties> {
|
| CPageThree page3_;
|
| };
|
|
|
| -#endif // MEDIA_PLAYER_PROPS_H_
|
| +#endif // MEDIA_TOOLS_PLAYER_WTL_PROPS_H_
|
|
|