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

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: Fixing android build errors 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 aaf6303de23da3f97a8c064b334e25522e80239a..cf8a9a2ab3c9bb8bcced75deea004ffd85656719 100644
--- a/components/translate/core/browser/translate_ui_delegate.h
+++ b/components/translate/core/browser/translate_ui_delegate.h
@@ -14,6 +14,8 @@
#include "base/strings/string16.h"
#include "components/translate/core/common/translate_errors.h"
+namespace translate {
+
class LanguageState;
class TranslateClient;
class TranslateDriver;
@@ -128,4 +130,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