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

Unified Diff: components/translate/core/browser/options_menu_model.cc

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: res 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/translate/core/browser/options_menu_model.cc
diff --git a/components/translate/core/browser/options_menu_model.cc b/components/translate/core/browser/options_menu_model.cc
index 9f2c28994cf96ec5a32c55ec01193272faabc5b1..f432c8b28181488d2cf21c334c138a789793b922 100644
--- a/components/translate/core/browser/options_menu_model.cc
+++ b/components/translate/core/browser/options_menu_model.cc
@@ -6,9 +6,9 @@
#include "base/metrics/histogram.h"
#include "build/build_config.h"
+#include "components/strings/grit/components_strings.h"
#include "components/translate/core/browser/translate_driver.h"
#include "components/translate/core/browser/translate_infobar_delegate.h"
-#include "grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
namespace translate {

Powered by Google App Engine
This is Rietveld 408576698