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

Unified Diff: components/translate/core/common/translate_metrics_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
« no previous file with comments | « components/translate/core/common/translate_errors.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/common/translate_metrics_unittest.cc
diff --git a/components/translate/core/common/translate_metrics_unittest.cc b/components/translate/core/common/translate_metrics_unittest.cc
index ff7b97411457b86ca4565ebc22aa071d412a2c68..04eac9f003eac053bd987abbb2a3b2d560cc6849 100644
--- a/components/translate/core/common/translate_metrics_unittest.cc
+++ b/components/translate/core/common/translate_metrics_unittest.cc
@@ -18,6 +18,8 @@ using base::SampleCountIterator;
using base::StatisticsRecorder;
using base::TimeTicks;
+namespace translate {
+
namespace {
const int kTrue = 1;
@@ -282,3 +284,5 @@ TEST(TranslateMetricsTest, ReportLanguageDetectionTime) {
recorder.CheckValueInLogs(9.009);
recorder.CheckTotalCount(1);
}
+
+} // namespace translate
« no previous file with comments | « components/translate/core/common/translate_errors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698