| Index: cc/prioritized_texture.h
|
| diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h
|
| index f8c7240c9c70430d94cdc8634dc89df352406b86..a9aa5c0cbeafc0cc45e3e9bd42416875f9c4305f 100644
|
| --- a/cc/prioritized_texture.h
|
| +++ b/cc/prioritized_texture.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 CCPrioritizedTexture_h
|
| -#define CCPrioritizedTexture_h
|
| +#ifndef CC_PRIORITIZED_TEXTURE_H_
|
| +#define CC_PRIORITIZED_TEXTURE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| @@ -151,4 +151,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_PRIORITIZED_TEXTURE_H_
|
|
|