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

Unified Diff: components/translate/core/browser/translate_infobar_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_infobar_delegate.h
diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h
index cf538253cb1afc02440be18bfe79bf91c1461e7a..a830eeb8e6880bfa29ecd8ba65c5542c947be740 100644
--- a/components/translate/core/browser/translate_infobar_delegate.h
+++ b/components/translate/core/browser/translate_infobar_delegate.h
@@ -19,14 +19,18 @@
#include "components/translate/core/common/translate_constants.h"
#include "components/translate/core/common/translate_errors.h"
+namespace translate {
class TranslateClient;
droger 2014/07/09 07:52:43 Nit: move these declarations around line 33.
nshaik 2014/07/09 08:56:51 Done.
class TranslateDriver;
class TranslateManager;
+}
namespace infobars {
class InfoBarManager;
}
+namespace translate {
+
class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
public:
// The types of background color animations.
@@ -218,4 +222,6 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(TranslateInfoBarDelegate);
};
+} // namespace translate
+
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_INFOBAR_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698