electron/browser/atom_browser_main_parts.cc
2013-04-12 10:14:23 +08:00

15 lines
347 B
C++

// Copyright (c) 2013 GitHub, Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "browser/atom_browser_main_parts.h"
namespace atom {
AtomBrowserMainParts::AtomBrowserMainParts() {
}
AtomBrowserMainParts::~AtomBrowserMainParts() {
}
} // namespace atom