base/sys_info.h -> base/system/sys_info.h
https://chromium-review.googlesource.com/c/1327441
This commit is contained in:
parent
0d9de7deaf
commit
ef80cc3d56
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/sys_info.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/icon_manager.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "base/process/process_handle.h"
|
||||
#include "base/process/process_info.h"
|
||||
#include "base/process/process_metrics_iocounters.h"
|
||||
#include "base/sys_info.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
#include "chrome/common/chrome_version.h"
|
||||
#include "native_mate/dictionary.h"
|
||||
|
|
Loading…
Reference in a new issue