| Index: cc/resources/content_layer_updater.h
|
| diff --git a/cc/content_layer_updater.h b/cc/resources/content_layer_updater.h
|
| similarity index 85%
|
| rename from cc/content_layer_updater.h
|
| rename to cc/resources/content_layer_updater.h
|
| index b639102a129e45e1406fc8a1fc20a7337f399f24..bedc6147f17981fabf4b703933330b67238a1e1e 100644
|
| --- a/cc/content_layer_updater.h
|
| +++ b/cc/resources/content_layer_updater.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_CONTENT_LAYER_UPDATER_H_
|
| -#define CC_CONTENT_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
|
|
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/layer_updater.h"
|
| +#include "cc/resources/layer_updater.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| class SkCanvas;
|
| @@ -40,4 +40,4 @@ class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_CONTENT_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
|
|
|