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

Unified Diff: components/translate/core/browser/translate_error_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/browser/translate_error_details.h
diff --git a/components/translate/core/browser/translate_error_details.h b/components/translate/core/browser/translate_error_details.h
index 0207d9c866d69afa8d8f6d9aa5d1f92edb13ef0a..cd7b696e2bcc6e99f7fa0cf7dc464aae8cfbe281 100644
--- a/components/translate/core/browser/translate_error_details.h
+++ b/components/translate/core/browser/translate_error_details.h
@@ -9,6 +9,8 @@
#include "components/translate/core/common/translate_errors.h"
#include "url/gurl.h"
+namespace translate {
+
struct TranslateErrorDetails {
// The time when this was created
base::Time time;
@@ -20,4 +22,6 @@ struct TranslateErrorDetails {
TranslateErrors::Type error;
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_ERROR_DETAILS_H_
« no previous file with comments | « components/translate/core/browser/translate_driver.h ('k') | components/translate/core/browser/translate_event_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698