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

Unified Diff: components/translate/core/browser/options_menu_model.h

Issue 378253002: Fix translate namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing android build errors 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/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..d5da23e6ac5af8e134a0a54c41947d5f32db532b 100644
--- a/components/translate/core/browser/options_menu_model.h
+++ b/components/translate/core/browser/options_menu_model.h
@@ -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_
« no previous file with comments | « components/translate/core/browser/language_state_unittest.cc ('k') | components/translate/core/browser/options_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698