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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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: chrome/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 494207dfa4759f675012ade748fdf120cc0c81a4..d57e295ff31f8505f67b8a0cbe43320b8563b350 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -158,7 +158,7 @@ class AutofillDialogViews : public AutofillDialogView,
virtual void OnSelectedIndexChanged(views::Combobox* combobox) OVERRIDE;
// views::StyledLabelListener implementation:
- virtual void StyledLabelLinkClicked(const ui::Range& range, int event_flags)
+ virtual void StyledLabelLinkClicked(const gfx::Range& range, int event_flags)
OVERRIDE;
// views::MenuButtonListener implementation.
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/autofill_main_container.mm ('k') | chrome/browser/ui/views/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698