blob: 892bb0ba9eded41f17a2d45d60cd9ca8330227c4 [file] [log] [blame]
// Copyright 2014 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.
#ifndef ModuleBindingsInitializer_h
#define ModuleBindingsInitializer_h
namespace blink {
class ModuleBindingsInitializer {
public:
static void init();
};
} // namespace blink
#endif