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

Unified Diff: ui/views/examples/menu_example.cc

Issue 10824016: views/examples: Pure pedantic change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ui/views/examples/double_split_view_example.cc ('k') | ui/views/examples/slider_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/menu_example.cc
diff --git a/ui/views/examples/menu_example.cc b/ui/views/examples/menu_example.cc
index 7eb3fc4866cb3e634b9102f177333c429895dc03..b11e90ce68e2a808b003e112e12cfe027d9e966d 100644
--- a/ui/views/examples/menu_example.cc
+++ b/ui/views/examples/menu_example.cc
@@ -190,8 +190,8 @@ void ExampleMenuButton::OnMenuButtonClicked(View* source,
menu_runner_.reset(new MenuRunner(menu_model_adapter.CreateMenu()));
if (menu_runner_->RunMenuAt(source->GetWidget()->GetTopLevelWidget(), this,
- gfx::Rect(point, gfx::Size()), views::MenuItemView::TOPRIGHT,
- views::MenuRunner::HAS_MNEMONICS) == views::MenuRunner::MENU_DELETED)
+ gfx::Rect(point, gfx::Size()), MenuItemView::TOPRIGHT,
+ MenuRunner::HAS_MNEMONICS) == MenuRunner::MENU_DELETED)
return;
}
« no previous file with comments | « ui/views/examples/double_split_view_example.cc ('k') | ui/views/examples/slider_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698