| Index: third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
|
| index d9985850c40325a28950d17ce12ebc134c65b450..35de42be1fbfb51ad2ae5b5ea44f00e343fb9e53 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
|
| @@ -7,4 +7,17 @@
|
|
|
| // clang-format off
|
|
|
| -// TODO(dglazkov): Implement generating the header file.
|
| +// TODO(dglazkov): Use chromium-style path.
|
| +#ifndef TestInterface3_h
|
| +#define TestInterface3_h
|
| +
|
| +namespace blink {
|
| +namespace api {
|
| +
|
| +class TestInterface3 {
|
| +};
|
| +
|
| +} // namespace api
|
| +} // namespace blink
|
| +
|
| +#endif // TestInterface3_h
|
|
|