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

Unified Diff: components/translate/core/browser/translate_prefs.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_prefs.h
diff --git a/components/translate/core/browser/translate_prefs.h b/components/translate/core/browser/translate_prefs.h
index 6da8de7ef71b26079c96e1b596b3eafb89dbd0cd..0371f935eae6631ca47705e4e956714b49612f42 100644
--- a/components/translate/core/browser/translate_prefs.h
+++ b/components/translate/core/browser/translate_prefs.h
@@ -13,7 +13,10 @@
class PrefService;
class Profile;
+
+namespace translate {
class TranslateAcceptLanguages;
droger 2014/07/09 07:52:44 Nit: same here.
nshaik 2014/07/09 08:56:52 Done.
+}
namespace base {
class DictionaryValue;
@@ -24,6 +27,8 @@ namespace user_prefs {
class PrefRegistrySyncable;
}
+namespace translate {
+
// The wrapper of PrefService object for Translate.
//
// It is assumed that |prefs_| is alive while this instance is alive.
@@ -159,4 +164,6 @@ class TranslatePrefs {
DISALLOW_COPY_AND_ASSIGN(TranslatePrefs);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_PREFS_H_

Powered by Google App Engine
This is Rietveld 408576698