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

Unified Diff: components/translate/core/browser/translate_url_util.h

Issue 378253002: Fix translate namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_url_util.h
diff --git a/components/translate/core/browser/translate_url_util.h b/components/translate/core/browser/translate_url_util.h
index 9bae89d231107ba0a6125ae02e4ded915491e902..87bd3c20bed21c40baa59a2562e3de40fd6a3408 100644
--- a/components/translate/core/browser/translate_url_util.h
+++ b/components/translate/core/browser/translate_url_util.h
@@ -7,6 +7,8 @@
#include "url/gurl.h"
+namespace translate {
+
namespace TranslateURLUtil {
droger 2014/07/09 07:52:44 I think we can remove the TranslateURLUtil namespa
nshaik 2014/07/09 08:56:52 Done.
// Appends Translate API Key as a part of query to a passed |url|, and returns
@@ -19,4 +21,6 @@ GURL AddHostLocaleToUrl(const GURL& url);
} // namespace TranslateURLUtil
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_URL_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698