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

Unified Diff: chrome/browser/ui/views/sync/profile_signin_confirmation_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/sync/profile_signin_confirmation_dialog_views.h
diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
index f36cff5ce9be994af8c932a1a4a4dc45abfe4aca..db74e9cfce62a334c7b2d8fbc9e5ff07ce625cd2 100644
--- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
+++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
@@ -57,7 +57,7 @@ class ProfileSigninConfirmationDialogViews : public views::DialogDelegateView,
const ViewHierarchyChangedDetails& details) OVERRIDE;
// views::StyledLabelListener:
- virtual void StyledLabelLinkClicked(const ui::Range& range,
+ virtual void StyledLabelLinkClicked(const gfx::Range& range,
int event_flags) OVERRIDE;
// views::ButtonListener:

Powered by Google App Engine
This is Rietveld 408576698