chore: use chromes auto generated definition of CHROME_VERSION_STRING (#15275)
This commit is contained in:
parent
932ffdc1e1
commit
7f73240fd5
5 changed files with 3 additions and 31 deletions
|
@ -21,7 +21,6 @@
|
|||
#include "atom/browser/zoom_level_delegate.h"
|
||||
#include "atom/common/application_info.h"
|
||||
#include "atom/common/atom_version.h"
|
||||
#include "atom/common/chrome_version.h"
|
||||
#include "atom/common/options_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
|
@ -31,6 +30,7 @@
|
|||
#include "base/threading/sequenced_task_runner_handle.h"
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_version.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "components/keyed_service/content/browser_context_dependency_manager.h"
|
||||
#include "components/prefs/json_pref_store.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue