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

Unified Diff: components/translate/core/browser/translate_prefs_unittest.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_prefs_unittest.cc
diff --git a/components/translate/core/browser/translate_prefs_unittest.cc b/components/translate/core/browser/translate_prefs_unittest.cc
index b9cb3159728881594ac2785d28b1497e8802b32a..1b70d14119f133969898d721a4937197b0dda0e4 100644
--- a/components/translate/core/browser/translate_prefs_unittest.cc
+++ b/components/translate/core/browser/translate_prefs_unittest.cc
@@ -11,6 +11,8 @@
#include "components/translate/core/browser/translate_download_manager.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace translate {
+
TEST(TranslatePrefsTest, CreateBlockedLanguages) {
TranslateDownloadManager::GetInstance()->set_application_locale("en");
std::vector<std::string> blacklisted_languages;
@@ -118,3 +120,5 @@ TEST(TranslatePrefsTest, CreateBlockedLanguagesNonEnglishUI) {
}
}
}
+
+} // namespace translate
« no previous file with comments | « components/translate/core/browser/translate_prefs.cc ('k') | components/translate/core/browser/translate_script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698