| Index: cc/output/program_binding.h
|
| diff --git a/cc/program_binding.h b/cc/output/program_binding.h
|
| similarity index 95%
|
| rename from cc/program_binding.h
|
| rename to cc/output/program_binding.h
|
| index 4fa6c7b28252f01c0be2a42c51eecacdb466b0da..77396cc46974b56a374174f5cada599b5562a467 100644
|
| --- a/cc/program_binding.h
|
| +++ b/cc/output/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 CC_PROGRAM_BINDING_H_
|
| -#define CC_PROGRAM_BINDING_H_
|
| +#ifndef CC_OUTPUT_PROGRAM_BINDING_H_
|
| +#define CC_OUTPUT_PROGRAM_BINDING_H_
|
|
|
| #include <string>
|
|
|
| @@ -87,4 +87,4 @@ class ProgramBinding : public ProgramBindingBase {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PROGRAM_BINDING_H_
|
| +#endif // CC_OUTPUT_PROGRAM_BINDING_H_
|
|
|