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

Unified Diff: ui/views/controls/styled_label_listener.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
« no previous file with comments | « ui/views/controls/styled_label.cc ('k') | ui/views/controls/styled_label_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/styled_label_listener.h
diff --git a/ui/views/controls/styled_label_listener.h b/ui/views/controls/styled_label_listener.h
index 390865c797fc5cbcace1d654ea065daa149360e3..13c08fd6e9738248a1c00cbfb8f560f010e30b3f 100644
--- a/ui/views/controls/styled_label_listener.h
+++ b/ui/views/controls/styled_label_listener.h
@@ -7,7 +7,7 @@
#include "ui/views/views_export.h"
-namespace ui {
+namespace gfx {
class Range;
}
@@ -16,7 +16,7 @@ namespace views {
// A listener interface for StyledLabel.
class VIEWS_EXPORT StyledLabelListener {
public:
- virtual void StyledLabelLinkClicked(const ui::Range& range,
+ virtual void StyledLabelLinkClicked(const gfx::Range& range,
int event_flags) = 0;
protected:
« no previous file with comments | « ui/views/controls/styled_label.cc ('k') | ui/views/controls/styled_label_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698