| Index: cc/prioritized_texture_manager.h
|
| diff --git a/cc/prioritized_texture_manager.h b/cc/prioritized_texture_manager.h
|
| index 68dd1e1332b5b740b055c124c2c1c8cf9b826500..a4639cd260b8190de9247092c2a30267ccd7c122 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>
|
| @@ -197,4 +197,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_PRIORITIZED_TEXTURE_MANAGER_H_
|
|
|