Index: components/translate/core/browser/options_menu_model.h |
diff --git a/components/translate/core/browser/options_menu_model.h b/components/translate/core/browser/options_menu_model.h |
index 7cb65b8f29008aaa5fa9162595a6bdb80df581bb..e17f42959ca15af25bb48184541e380a1b6b0011 100644 |
--- a/components/translate/core/browser/options_menu_model.h |
+++ b/components/translate/core/browser/options_menu_model.h |
@@ -7,7 +7,11 @@ |
#include "ui/base/models/simple_menu_model.h" |
+namespace translate { |
class TranslateInfoBarDelegate; |
droger
2014/07/09 07:52:43
Nit: move the forward declaration of TranslateInfo
nshaik
2014/07/09 08:56:51
Done.
|
+} |
+ |
+namespace translate { |
// A menu model that builds the contents of the options menu in the translate |
// infobar. This menu has only one level (no submenus). |
@@ -40,4 +44,6 @@ class OptionsMenuModel : public ui::SimpleMenuModel, |
DISALLOW_COPY_AND_ASSIGN(OptionsMenuModel); |
}; |
+} // namespace translate |
+ |
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_OPTIONS_MENU_MODEL_H_ |