| Index: cc/texture_copier.h
|
| diff --git a/cc/texture_copier.h b/cc/texture_copier.h
|
| index 535208ccf5a4f3c573e893fa5f8734f535afd401..458a36366e50146e2733d55cd7666a7d6190422f 100644
|
| --- a/cc/texture_copier.h
|
| +++ b/cc/texture_copier.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 TextureCopier_h
|
| -#define TextureCopier_h
|
| +#ifndef CC_TEXTURE_COPIER_H_
|
| +#define CC_TEXTURE_COPIER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -63,4 +63,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_TEXTURE_COPIER_H_
|
|
|