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

Unified Diff: components/translate/core/browser/options_menu_model.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/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 1bed63944b5c1a66861d5ab4934420856acac7e1..837cc686bb0b0fcd2eaacd8dd3963cfbb1fe5e93 100644
--- a/components/translate/core/browser/options_menu_model.cc
+++ b/components/translate/core/browser/options_menu_model.cc
@@ -10,6 +10,8 @@
#include "grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
+namespace translate {
+
namespace {
const char kAboutGoogleTranslateURL[] =
@@ -135,3 +137,5 @@ void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) {
break;
}
}
+
+} // namespace translate
« no previous file with comments | « components/translate/core/browser/options_menu_model.h ('k') | components/translate/core/browser/page_translated_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698