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

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

Issue 378253002: Fix translate namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing android build errors Created 6 years, 5 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/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 7c18f6b37e06e5285edfbc0e569dd1e966814cf7..234f773cc008c623ae8b3dbabe4940dade3d11af 100644
--- a/components/translate/core/browser/translate_infobar_delegate.cc
+++ b/components/translate/core/browser/translate_infobar_delegate.cc
@@ -20,6 +20,8 @@
#include "grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
+namespace translate {
+
namespace {
// Counts used to decide whether infobars should be shown.
@@ -366,3 +368,5 @@ TranslateInfoBarDelegate*
TranslateInfoBarDelegate::AsTranslateInfoBarDelegate() {
return this;
}
+
+} // namespace translate

Powered by Google App Engine
This is Rietveld 408576698