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

Unified Diff: components/translate/core/common/language_detection_details.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/common/language_detection_details.cc
diff --git a/components/translate/core/common/language_detection_details.cc b/components/translate/core/common/language_detection_details.cc
index b344d066bb52bf192463992d95545eeb31e97aca..d75f0491bbedd22b4f4ad904a8d4d88cefbd3df8 100644
--- a/components/translate/core/common/language_detection_details.cc
+++ b/components/translate/core/common/language_detection_details.cc
@@ -4,6 +4,10 @@
#include "components/translate/core/common/language_detection_details.h"
+namespace translate {
+
LanguageDetectionDetails::LanguageDetectionDetails() {}
LanguageDetectionDetails::~LanguageDetectionDetails() {}
+
+} // namespace translate
« no previous file with comments | « components/translate/core/common/language_detection_details.h ('k') | components/translate/core/common/translate_errors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698