Come Correct with headers
This commit is contained in:
parent
d3b23a2032
commit
daa65a138b
4 changed files with 7 additions and 7 deletions
|
@ -37,7 +37,7 @@
|
|||
// retrieves the process id from the symbol link and kills it by sending
|
||||
// SIGKILL. Then the second process starts as normal.
|
||||
|
||||
#include "process_singleton.h"
|
||||
#include "atom/browser/process_singleton.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "process_singleton_startup_lock.h"
|
||||
#include "atom/browser/process_singleton_startup_lock.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/logging.h"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_PROCESS_SINGLETON_STARTUP_LOCK_H_
|
||||
#define CHROME_BROWSER_PROCESS_SINGLETON_STARTUP_LOCK_H_
|
||||
#ifndef ATOM_BROWSER_PROCESS_SINGLETON_STARTUP_LOCK_H_
|
||||
#define ATOM_BROWSER_PROCESS_SINGLETON_STARTUP_LOCK_H_
|
||||
|
||||
#include <set>
|
||||
#include <utility>
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/threading/non_thread_safe.h"
|
||||
#include "process_singleton.h"
|
||||
#include "atom/browser/process_singleton.h"
|
||||
|
||||
// Provides a ProcessSingleton::NotificationCallback that can queue up
|
||||
// command-line invocations during startup and execute them when startup
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "process_singleton.h"
|
||||
#include "atom/browser/process_singleton.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
#include "base/win/windows_version.h"
|
||||
//#include "chrome/browser/browser_process.h"
|
||||
//#include "chrome/browser/browser_process_platform_part.h"
|
||||
#include "chrome_process_finder_win.h" // TODO: Pull this in
|
||||
#include "atom/browser/atom_process_finder_win.h"
|
||||
//#include "chrome/browser/shell_integration.h" // TODO: Maybe pull this in?
|
||||
#include "content/public/common/result_codes.h"
|
||||
#include "net/base/escape.h"
|
||||
|
|
Loading…
Reference in a new issue