Chromium Code Reviews| 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_ |