Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(582)

Unified Diff: views/examples/menu_example.h

Issue 830002: win: string_util.h -> utf_string_conversions.h fix. (Closed)
Patch Set: Don't remove utf_string_conversions.h from string_util.h just yet Created 10 years, 9 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
« no previous file with comments | « views/drag_utils.cc ('k') | views/examples/textfield_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/menu_example.h
diff --git a/views/examples/menu_example.h b/views/examples/menu_example.h
index c316e2ec5df1b64ac2da8a0e8b38af2ada958c81..07d27d1aba27fa9acf26b9b6ce43384528400d21 100644
--- a/views/examples/menu_example.h
+++ b/views/examples/menu_example.h
@@ -8,6 +8,7 @@
#include <set>
#include "app/menus/simple_menu_model.h"
+#include "base/utf_string_conversions.h"
#include "views/controls/button/menu_button.h"
#include "views/controls/menu/menu_2.h"
#include "views/controls/menu/view_menu_delegate.h"
« no previous file with comments | « views/drag_utils.cc ('k') | views/examples/textfield_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698