| Index: cc/program_binding.h
|
| diff --git a/cc/program_binding.h b/cc/program_binding.h
|
| index 3ddc0b4410f4d7981d5ccac9667580ee3e030995..5bcf7b998f9d7f5d5d7aee2b4e3ebf09b2387658 100644
|
| --- a/cc/program_binding.h
|
| +++ b/cc/program_binding.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 ProgramBinding_h
|
| -#define ProgramBinding_h
|
| +#ifndef CC_PROGRAM_BINDING_H_
|
| +#define CC_PROGRAM_BINDING_H_
|
|
|
| #include <string>
|
|
|
| @@ -79,4 +79,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_PROGRAM_BINDING_H_
|
|
|