| Index: cc/prioritized_texture_manager.h
|
| diff --git a/cc/prioritized_texture_manager.h b/cc/prioritized_texture_manager.h
|
| index e358fcbb535b71ddb393fcef033e27e81dbc0ca5..0bb0bac3666fb7311cc0a5b28bf36edc20a45cc7 100644
|
| --- a/cc/prioritized_texture_manager.h
|
| +++ b/cc/prioritized_texture_manager.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 CCPrioritizedTextureManager_h
|
| -#define CCPrioritizedTextureManager_h
|
| +#ifndef CC_PRIORITIZED_TEXTURE_MANAGER_H_
|
| +#define CC_PRIORITIZED_TEXTURE_MANAGER_H_
|
|
|
| #include <list>
|
| #include <vector>
|
| @@ -191,4 +191,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_PRIORITIZED_TEXTURE_MANAGER_H_
|
|
|