Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / translate / core / browser / translate_event_details.h
index 740fd6b..cc2d83a 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "base/time/time.h"
 
+namespace translate {
+
 struct TranslateEventDetails {
   TranslateEventDetails(const std::string& in_filename,
                         int in_line,
@@ -27,4 +29,6 @@ struct TranslateEventDetails {
   std::string message;
 };
 
+}  // namespace translate
+
 #endif  // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_EVENT_DETAILS_H_