| Index: cc/resources/picture_pile.h
|
| diff --git a/cc/picture_pile.h b/cc/resources/picture_pile.h
|
| similarity index 88%
|
| rename from cc/picture_pile.h
|
| rename to cc/resources/picture_pile.h
|
| index b9480d59cfb800e0699ffeb2663b8817cf51b400..cc92bf84c9ecf54030e5107311e2a7a97eaacf7e 100644
|
| --- a/cc/picture_pile.h
|
| +++ b/cc/resources/picture_pile.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PICTURE_PILE_H_
|
| -#define CC_PICTURE_PILE_H_
|
| +#ifndef CC_RESOURCES_PICTURE_PILE_H_
|
| +#define CC_RESOURCES_PICTURE_PILE_H_
|
|
|
| -#include "cc/picture_pile_base.h"
|
| +#include "cc/resources/picture_pile_base.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace cc {
|
| @@ -49,4 +49,4 @@ class CC_EXPORT PicturePile : public PicturePileBase {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PICTURE_PILE_H_
|
| +#endif // CC_RESOURCES_PICTURE_PILE_H_
|
|
|