| Index: gin/test/gtest.h
|
| diff --git a/gin/initialize.h b/gin/test/gtest.h
|
| similarity index 53%
|
| copy from gin/initialize.h
|
| copy to gin/test/gtest.h
|
| index 4ebcf8da48e1983fd1bf98290af45ed96af2991b..e4ad534c146cca369057c00232828d6c74113f1c 100644
|
| --- a/gin/initialize.h
|
| +++ b/gin/test/gtest.h
|
| @@ -2,13 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef GIN_INITIALIZE_H_
|
| -#define GIN_INITIALIZE_H_
|
| +#ifndef GIN_TEST_GTEST_H_
|
| +#define GIN_TEST_GTEST_H_
|
| +
|
| +#include "v8/include/v8.h"
|
|
|
| namespace gin {
|
|
|
| -void Initialize();
|
| +v8::Local<v8::ObjectTemplate> GetGTestTemplate(v8::Isolate* isolate);
|
|
|
| } // namespace gin
|
|
|
| -#endif // GIN_INITIALIZE_H_
|
| +#endif // GIN_TEST_GTEST_H_
|
|
|