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

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: 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_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..28a0367b83203f08ef240167b428d545cf38af59 100644
--- a/components/translate/core/browser/translate_url_util.h
+++ b/components/translate/core/browser/translate_url_util.h
@@ -7,7 +7,7 @@
#include "url/gurl.h"
-namespace TranslateURLUtil {
+namespace translate {
// Appends Translate API Key as a part of query to a passed |url|, and returns
// GURL instance.
@@ -17,6 +17,6 @@ GURL AddApiKeyToUrl(const GURL& url);
// returns GURL instance.
GURL AddHostLocaleToUrl(const GURL& url);
-} // namespace TranslateURLUtil
+} // namespace translate
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_URL_UTIL_H_
« no previous file with comments | « components/translate/core/browser/translate_url_fetcher.cc ('k') | components/translate/core/browser/translate_url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698