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

Unified Diff: ui/views/test/test_views_delegate.h

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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/test/child_modal_window.cc ('k') | ui/views/touchui/touch_editing_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_views_delegate.h
diff --git a/ui/views/test/test_views_delegate.h b/ui/views/test/test_views_delegate.h
index aa7110b39f2517ccb401d4026eff018c8121a013..4a7e296b566e51bf16c7a94654bc705ca0d0c5c5 100644
--- a/ui/views/test/test_views_delegate.h
+++ b/ui/views/test/test_views_delegate.h
@@ -41,8 +41,8 @@ class TestViewsDelegate : public ViewsDelegate {
virtual void NotifyAccessibilityEvent(
View* view, ui::AccessibilityTypes::Event event_type) OVERRIDE {}
- virtual void NotifyMenuItemFocused(const string16& menu_name,
- const string16& menu_item_name,
+ virtual void NotifyMenuItemFocused(const base::string16& menu_name,
+ const base::string16& menu_item_name,
int item_index,
int item_count,
bool has_submenu) OVERRIDE {}
« no previous file with comments | « ui/views/test/child_modal_window.cc ('k') | ui/views/touchui/touch_editing_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698