Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / translate / core / browser / options_menu_model.h
index 7cb65b8..d5da23e 100644 (file)
@@ -7,6 +7,8 @@
 
 #include "ui/base/models/simple_menu_model.h"
 
+namespace translate {
+
 class TranslateInfoBarDelegate;
 
 // A menu model that builds the contents of the options menu in the translate
@@ -40,4 +42,6 @@ class OptionsMenuModel : public ui::SimpleMenuModel,
   DISALLOW_COPY_AND_ASSIGN(OptionsMenuModel);
 };
 
+}  // namespace translate
+
 #endif  // COMPONENTS_TRANSLATE_CORE_BROWSER_OPTIONS_MENU_MODEL_H_