| Index: cc/content_layer_updater.h
|
| diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
|
| index ae6365ce531b03f26ca05ed7a6c065d5ba808925..7f54be8c507ad6e7daf60b672b1295c540a48dc4 100644
|
| --- a/cc/content_layer_updater.h
|
| +++ b/cc/content_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 ContentLayerUpdater_h
|
| -#define ContentLayerUpdater_h
|
| +#ifndef CC_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_CONTENT_LAYER_UPDATER_H_
|
|
|
| #include "cc/cc_export.h"
|
| #include "cc/layer_updater.h"
|
| @@ -32,4 +32,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // ContentLayerUpdater_h
|
| +#endif // CC_CONTENT_LAYER_UPDATER_H_
|
|
|