#ifndef TOOLS_SNAPSHOT_SNAPSHOT_BUILDER_H_ #define TOOLS_SNAPSHOT_SNAPSHOT_BUILDER_H_ #include #include namespace node { class SnapshotBuilder { public: static std::string Generate(const std::vector args, const std::vector exec_args); }; } // namespace node #endif // TOOLS_SNAPSHOT_SNAPSHOT_BUILDER_H_