| Index: cc/layer_updater.h
|
| diff --git a/cc/layer_updater.h b/cc/layer_updater.h
|
| index d490ac410eb8692f4f89ac2d5e51aeaa03f90b6f..b2cab71485fef992191650a94d6d70e1ebb17ded 100644
|
| --- a/cc/layer_updater.h
|
| +++ b/cc/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 LayerUpdater_h
|
| -#define LayerUpdater_h
|
| +#ifndef CC_LAYER_UPDATER_H_
|
| +#define CC_LAYER_UPDATER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/cc_export.h"
|
| @@ -59,4 +59,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // LayerUpdater_h
|
| +#endif // CC_LAYER_UPDATER_H_
|
|
|