Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: content/common/user_agent.cc

Issue 1418623009: Output webkit_version.h into the target_gen_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/util/BUILD.gn ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/user_agent.cc
diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
index 467ad97f4d79400058b260abd2b54a12c4d266b1..b2ed19fa2ba78c074b269eefbc3ed1c70cd8b984 100644
--- a/content/common/user_agent.cc
+++ b/content/common/user_agent.cc
@@ -19,7 +19,7 @@
#endif
// Generated
-#include "webkit_version.h" // NOLINT
+#include "build/util/webkit_version.h" // NOLINT
brettw 2015/10/26 23:29:57 Actually, I think you can remove the NOLINT commen
tfarina 2015/10/27 20:12:23 Done.
namespace content {
« no previous file with comments | « build/util/BUILD.gn ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698