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

Unified Diff: chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc

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/extensions/extension_installed_bubble_view.cc
diff --git a/chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc b/chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc
index 11eb2d9f5d840f951f6a75318ed5cdcc0dcc7b83..5ec0dc8b0d2461d717cf11e04f3c0a0f28a4b974 100644
--- a/chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc
+++ b/chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc
@@ -372,7 +372,7 @@ class InstalledBubbleContent : public views::View,
// The link is drawn separately; make it transparent here to only draw once.
// The link always leads other text and is assumed to fit on the first line.
sign_in_promo_lines_.front()->ApplyColor(SK_ColorTRANSPARENT,
- ui::Range(0, signin_promo_link_text_.size()));
+ gfx::Range(0, signin_promo_link_text_.size()));
return height;
}

Powered by Google App Engine
This is Rietveld 408576698