chore: use chromes auto generated definition of CHROME_VERSION_STRING (#15275)

This commit is contained in:
Samuel Attard 2018-11-02 23:32:33 +11:00 committed by GitHub
parent 932ffdc1e1
commit 7f73240fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 31 deletions

View file

@ -8,13 +8,13 @@
#include <vector>
#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_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/common/chrome_version.h"
#include "content/public/common/content_constants.h"
#include "content/public/common/pepper_plugin_info.h"
#include "content/public/common/user_agent.h"