| Index: components/translate/core/browser/translate_url_util.cc
|
| diff --git a/components/translate/core/browser/translate_url_util.cc b/components/translate/core/browser/translate_url_util.cc
|
| index 497cdae8292c7b6f9afca276298aa1d8603ad642..8b4a2a3d0dbf640bf0cd2a7f0c2ef2863d25c863 100644
|
| --- a/components/translate/core/browser/translate_url_util.cc
|
| +++ b/components/translate/core/browser/translate_url_util.cc
|
| @@ -8,6 +8,8 @@
|
| #include "google_apis/google_api_keys.h"
|
| #include "net/base/url_util.h"
|
|
|
| +namespace translate {
|
| +
|
| namespace {
|
|
|
| // Used in all translate URLs to specify API Key.
|
| @@ -34,3 +36,5 @@ GURL AddHostLocaleToUrl(const GURL& url) {
|
| }
|
|
|
| } // namespace TranslateURLUtil
|
| +
|
| +} // namespace translate
|
|
|