Chromium Code Reviews| Index: components/translate/core/browser/translate_client.h |
| diff --git a/components/translate/core/browser/translate_client.h b/components/translate/core/browser/translate_client.h |
| index 38fcdea97e69b23a062a62ba2aa0b37e92fb3e87..4b66fa70d32663e45e684722d7d771ba4030e112 100644 |
| --- a/components/translate/core/browser/translate_client.h |
| +++ b/components/translate/core/browser/translate_client.h |
| @@ -15,14 +15,19 @@ |
| class GURL; |
| class PrefService; |
| + |
| +namespace translate { |
| class TranslateAcceptLanguages; |
|
droger
2014/07/09 07:52:43
Nit: Move these declarations around line 30, and r
nshaik
2014/07/09 08:56:51
Done.
|
| class TranslateDriver; |
| class TranslateInfoBarDelegate; |
| +} |
| namespace infobars { |
| class InfoBar; |
| } |
| +namespace translate { |
| + |
| // A client interface that needs to be supplied to TranslateManager by the |
| // embedder. |
| // |
| @@ -66,4 +71,6 @@ class TranslateClient { |
| virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0; |
| }; |
| +} // namespace translate |
| + |
| #endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_CLIENT_H_ |