electron/atom/renderer/atom_sandboxed_renderer_client.cc
2016-09-27 06:01:46 -03:00

15 lines
363 B
C++

// Copyright (c) 2016 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "atom/renderer/atom_sandboxed_renderer_client.h"
namespace atom {
AtomSandboxedRendererClient::AtomSandboxedRendererClient() {
}
AtomSandboxedRendererClient::~AtomSandboxedRendererClient() {
}
} // namespace atom