Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / translate / core / browser / translate_download_manager.h
index ed8e04b..728a58e 100644 (file)
@@ -17,6 +17,8 @@ template <typename T> struct DefaultSingletonTraits;
 
 class PrefService;
 
+namespace translate {
+
 // Manages the downloaded resources for Translate, such as the translate script
 // and the language list.
 class TranslateDownloadManager {
@@ -101,4 +103,6 @@ class TranslateDownloadManager {
   scoped_refptr<net::URLRequestContextGetter> request_context_;
 };
 
+}  // namespace translate
+
 #endif  // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_DOWNLOAD_MANAGER_H_