 Chromium Code Reviews
 Chromium Code Reviews Issue 117983002:
  Prefix string16 with base:: in ui/.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 117983002:
  Prefix string16 with base:: in ui/.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ui/views/controls/link.h | 
| diff --git a/ui/views/controls/link.h b/ui/views/controls/link.h | 
| index f6a876de8632739fa9f2759bb822a5eb21aa8248..67ff884a79fc7815f014367769df480e5e322c5c 100644 | 
| --- a/ui/views/controls/link.h | 
| +++ b/ui/views/controls/link.h | 
| @@ -25,7 +25,7 @@ class LinkListener; | 
| class VIEWS_EXPORT Link : public Label { | 
| public: | 
| Link(); | 
| - explicit Link(const string16& title); | 
| + explicit Link(const base::string16& title); | 
| virtual ~Link(); | 
| static SkColor GetDefaultEnabledColor(); |