| Index: tools/gn/substitution_list.h
|
| diff --git a/tools/gn/substitution_list.h b/tools/gn/substitution_list.h
|
| index 3a45ba8409b8d5d2b07a8dc3b7a1f5007363cf0e..f3e3c01d54cc1e220bbbf0333cfcf700302bdccb 100644
|
| --- a/tools/gn/substitution_list.h
|
| +++ b/tools/gn/substitution_list.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 TOOLS_GN_SUBSTUTITION_LIST_H
|
| -#define TOOLS_GN_SUBSTUTITION_LIST_H
|
| +#ifndef TOOLS_GN_SUBSTITUTION_LIST_H_
|
| +#define TOOLS_GN_SUBSTITUTION_LIST_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -43,4 +43,4 @@ class SubstitutionList {
|
| std::vector<SubstitutionType> required_types_;
|
| };
|
|
|
| -#endif // TOOLS_GN_SUBSTUTITION_LIST_H
|
| +#endif // TOOLS_GN_SUBSTITUTION_LIST_H_
|
|
|