Index: content/common/user_agent.cc |
diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc |
index 467ad97f4d79400058b260abd2b54a12c4d266b1..d6f3aaad9d2aa74fc797be4b9d928fa4bd2df01c 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() { |