| Index: tools/gn/example/hello_static.h
|
| diff --git a/tools/gn/example/hello_static.h b/tools/gn/example/hello_static.h
|
| index 248ca0505d6fb2e5d5dbe2ecbf10cc28dcf24408..f15a6336d2a6dbc8318be0831312a39036033c57 100644
|
| --- a/tools/gn/example/hello_static.h
|
| +++ b/tools/gn/example/hello_static.h
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef HELLO_STATIC_H_
|
| -#define HELLO_STATIC_H_
|
| +#ifndef TOOLS_GN_EXAMPLE_HELLO_STATIC_H_
|
| +#define TOOLS_GN_EXAMPLE_HELLO_STATIC_H_
|
|
|
| const char* GetStaticText();
|
|
|
| -#endif // HELLO_STATIC_H_
|
| +#endif // TOOLS_GN_EXAMPLE_HELLO_STATIC_H_
|
|
|