| Index: cc/resources/layer_updater.h
|
| diff --git a/cc/layer_updater.h b/cc/resources/layer_updater.h
|
| similarity index 95%
|
| rename from cc/layer_updater.h
|
| rename to cc/resources/layer_updater.h
|
| index 6f44be5c2a0f59e2584363e102acb89e5bbc240e..a8b7657b966a08452b7de18ffde9141681c265c8 100644
|
| --- a/cc/layer_updater.h
|
| +++ b/cc/resources/layer_updater.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_LAYER_UPDATER_H_
|
| -#define CC_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_LAYER_UPDATER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -72,4 +72,4 @@ class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_LAYER_UPDATER_H_
|
|
|