Index: gin/function_template.h |
diff --git a/gin/function_template.h b/gin/function_template.h |
index 99165f55606fbc93478cd2934d4a15a6f15b0796..020357d12fda7d938eee7620f70f25ccfbd8086b 100644 |
--- a/gin/function_template.h |
+++ b/gin/function_template.h |
@@ -4,6 +4,9 @@ |
+#ifndef GIN_FUNCTION_TEMPLATE_H_ |
+#define GIN_FUNCTION_TEMPLATE_H_ |
abarth-chromium
2013/11/28 06:27:09
!
|
+ |
// Copyright 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -354,3 +357,5 @@ v8::Local<v8::FunctionTemplate> CreateFunctionTemplate( |
} |
} // namespace gin |
+ |
+#endif // GIN_FUNCTION_TEMPLATE_H_ |