Index: components/translate/core/browser/translate_infobar_delegate.cc |
diff --git a/components/translate/core/browser/translate_infobar_delegate.cc b/components/translate/core/browser/translate_infobar_delegate.cc |
index e721aa008b2154b0cbce75750c72e2299b1d34fb..7eccbefe220c5f6116d35561cc3ef57f725e9329 100644 |
--- a/components/translate/core/browser/translate_infobar_delegate.cc |
+++ b/components/translate/core/browser/translate_infobar_delegate.cc |
@@ -13,6 +13,7 @@ |
#include "build/build_config.h" |
#include "components/infobars/core/infobar.h" |
#include "components/infobars/core/infobar_manager.h" |
+#include "components/strings/grit/components_strings.h" |
#include "components/translate/core/browser/language_state.h" |
#include "components/translate/core/browser/translate_accept_languages.h" |
#include "components/translate/core/browser/translate_client.h" |
@@ -20,7 +21,6 @@ |
#include "components/translate/core/browser/translate_driver.h" |
#include "components/translate/core/browser/translate_manager.h" |
#include "components/translate/core/common/translate_constants.h" |
-#include "grit/components_strings.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace translate { |