summaryrefslogtreecommitdiffstats
path: root/content/common/user_agent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/user_agent.cc')
-rw-r--r--content/common/user_agent.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
index 467ad97..d6f3aaa 100644
--- a/content/common/user_agent.cc
+++ b/content/common/user_agent.cc
@@ -9,6 +9,7 @@
#include "base/strings/stringprintf.h"
#include "base/sys_info.h"
#include "build/build_config.h"
+#include "build/util/webkit_version.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX)
#include <sys/utsname.h>
@@ -18,9 +19,6 @@
#include "base/win/windows_version.h"
#endif
-// Generated
-#include "webkit_version.h" // NOLINT
-
namespace content {
std::string GetWebKitVersion() {