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

Unified Diff: components/translate/core/common/language_detection_details.h

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.h
diff --git a/components/translate/core/common/language_detection_details.h b/components/translate/core/common/language_detection_details.h
index 6cc1a66c274075ede778550c99bc83ae40bed6cc..d18c23b51ccf56a06311f286e7b29bb3254a2474 100644
--- a/components/translate/core/common/language_detection_details.h
+++ b/components/translate/core/common/language_detection_details.h
@@ -11,6 +11,8 @@
#include "base/time/time.h"
#include "url/gurl.h"
+namespace translate {
+
struct LanguageDetectionDetails {
LanguageDetectionDetails();
~LanguageDetectionDetails();
@@ -40,4 +42,6 @@ struct LanguageDetectionDetails {
base::string16 contents;
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_COMMON_LANGUAGE_DETECTION_DETAILS_H_

Powered by Google App Engine
This is Rietveld 408576698