2014-10-31 11:17:05 -07:00
|
|
|
// Copyright (c) 2013 GitHub, Inc.
|
2014-04-25 17:49:37 +08:00
|
|
|
// Use of this source code is governed by the MIT license that can be
|
2013-11-05 13:12:13 +08:00
|
|
|
// found in the LICENSE file.
|
|
|
|
|
2021-11-22 08:34:31 +01:00
|
|
|
#ifndef ELECTRON_SHELL_APP_ELECTRON_MAIN_H_
|
|
|
|
#define ELECTRON_SHELL_APP_ELECTRON_MAIN_H_
|
2014-03-16 08:58:59 +08:00
|
|
|
|
2013-11-05 13:12:13 +08:00
|
|
|
#include "content/public/app/content_main.h"
|
2014-03-16 08:58:59 +08:00
|
|
|
|
2021-11-22 08:34:31 +01:00
|
|
|
#endif // ELECTRON_SHELL_APP_ELECTRON_MAIN_H_
|