| Index: cc/animation/animation_registrar.h
|
| diff --git a/cc/animation_registrar.h b/cc/animation/animation_registrar.h
|
| similarity index 93%
|
| rename from cc/animation_registrar.h
|
| rename to cc/animation/animation_registrar.h
|
| index c51a126ca43a4f4e35f260ff72b8dad745079f2a..5d1eb4492b5cb79bd76af0ca903d4e4acdd9db49 100644
|
| --- a/cc/animation_registrar.h
|
| +++ b/cc/animation/animation_registrar.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_ANIMATION_REGISTRAR_H_
|
| -#define CC_ANIMATION_REGISTRAR_H_
|
| +#ifndef CC_ANIMATION_ANIMATION_REGISTRAR_H_
|
| +#define CC_ANIMATION_ANIMATION_REGISTRAR_H_
|
|
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -62,4 +62,4 @@ class CC_EXPORT AnimationRegistrar {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_ANIMATION_REGISTRAR_H_
|
| +#endif // CC_ANIMATION_ANIMATION_REGISTRAR_H_
|
|
|