| 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_
|
|
|