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

Unified Diff: components/translate/core/browser/translate_ui_delegate.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_ui_delegate.h
diff --git a/components/translate/core/browser/translate_ui_delegate.h b/components/translate/core/browser/translate_ui_delegate.h
index 2ab8068272d72f64e4f2065711b1a84df8e225aa..05341faf9cf293073398031f4a70be9522756711 100644
--- a/components/translate/core/browser/translate_ui_delegate.h
+++ b/components/translate/core/browser/translate_ui_delegate.h
@@ -14,11 +14,15 @@
#include "base/strings/string16.h"
#include "components/translate/core/common/translate_errors.h"
+namespace translate {
class LanguageState;
droger 2014/07/09 07:52:44 Nit: Same here.
nshaik 2014/07/09 08:56:52 Done.
class TranslateClient;
class TranslateDriver;
class TranslateManager;
class TranslatePrefs;
+}
+
+namespace translate {
// The TranslateUIDelegate is a generic delegate for UI which offers Translate
// feature to the user.
@@ -128,4 +132,6 @@ class TranslateUIDelegate {
DISALLOW_COPY_AND_ASSIGN(TranslateUIDelegate);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_UI_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698