blob: 243ac124516bf51f6eca54932ca661d30afe5e93 [file] [log] [blame]
[email protected]314cde12013-11-23 20:26:511// Copyright 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "gin/function_template.h"
6
[email protected]314cde12013-11-23 20:26:517namespace gin {
8
[email protected]cb6c2bb2013-12-17 21:47:049namespace internal {
[email protected]314cde12013-11-23 20:26:5110
[email protected]cb6c2bb2013-12-17 21:47:0411WrapperInfo CallbackHolderBase::kWrapperInfo = { kEmbedderNativeGin };
[email protected]81f8b91b2013-11-26 21:02:5112
[email protected]cb6c2bb2013-12-17 21:47:0413} // namespace internal
[email protected]314cde12013-11-23 20:26:5114
15} // namespace gin