| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index dc7b814b59c65ea0bc88324035e27dad1efcb59b..52de0f4daa2040ce3e7c0de130b1561e9ea5d01c 100644
|
| --- a/cc/heads_up_display_layer.h
|
| +++ b/cc/heads_up_display_layer.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 HeadsUpDisplayLayerChromium_h
|
| -#define HeadsUpDisplayLayerChromium_h
|
| +#ifndef CC_HEADS_UP_DISPLAY_LAYER_H_
|
| +#define CC_HEADS_UP_DISPLAY_LAYER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/font_atlas.h"
|
| @@ -34,4 +34,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_HEADS_UP_DISPLAY_LAYER_H_
|
|
|