atom_main.h 279 B

12345678910
  1. // Copyright (c) 2013 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef SHELL_APP_ATOM_MAIN_H_
  5. #define SHELL_APP_ATOM_MAIN_H_
  6. #include "content/public/app/content_main.h"
  7. #endif // SHELL_APP_ATOM_MAIN_H_