| Index: cc/resources/picture.h
|
| diff --git a/cc/picture.h b/cc/resources/picture.h
|
| similarity index 95%
|
| rename from cc/picture.h
|
| rename to cc/resources/picture.h
|
| index 942a9cbf7dc7d82e1b6aa0d328349d0a07cb5ee2..e04c1fb1172307753fab25bf72df49c45506badd 100644
|
| --- a/cc/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PICTURE_H_
|
| -#define CC_PICTURE_H_
|
| +#ifndef CC_RESOURCES_PICTURE_H_
|
| +#define CC_RESOURCES_PICTURE_H_
|
|
|
| #include <list>
|
|
|
| @@ -77,4 +77,4 @@ class CC_EXPORT Picture
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PICTURE_H_
|
| +#endif // CC_RESOURCES_PICTURE_H_
|
|
|