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

Unified Diff: components/autofill/core/browser/country_data.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
Index: components/autofill/core/browser/country_data.cc
diff --git a/components/autofill/core/browser/country_data.cc b/components/autofill/core/browser/country_data.cc
index 443b2f60b9017869b4a12e0b47f771abf4dc5561..90401b09aa4f664acbdc5a8c871113e5c922455c 100644
--- a/components/autofill/core/browser/country_data.cc
+++ b/components/autofill/core/browser/country_data.cc
@@ -7,7 +7,7 @@
#include <utility>
#include "base/memory/singleton.h"
-#include "grit/components_strings.h"
+#include "components/strings/grit/components_strings.h"
#include "third_party/icu/source/common/unicode/locid.h"
namespace autofill {

Powered by Google App Engine
This is Rietveld 408576698