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

Unified Diff: components/version_info/version_info.cc

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 10 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
« components/error_page/renderer/DEPS ('K') | « components/version_info/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/version_info.cc
diff --git a/components/version_info/version_info.cc b/components/version_info/version_info.cc
index 70657785f2e3cf99f9bad601b8fe2c8dbf371df7..b12ad0ff687cad0c89736d9461bf9c4e5fa9517a 100644
--- a/components/version_info/version_info.cc
+++ b/components/version_info/version_info.cc
@@ -5,8 +5,8 @@
#include "components/version_info/version_info.h"
#include "build/build_config.h"
+#include "components/strings/grit/components_strings.h"
#include "components/version_info/version_info_values.h"
-#include "grit/components_strings.h"
#if defined(USE_UNOFFICIAL_VERSION_NUMBER)
#include "ui/base/l10n/l10n_util.h" // nogncheck
« components/error_page/renderer/DEPS ('K') | « components/version_info/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698