| Index: chrome/common/badge_util.h
|
| diff --git a/chrome/common/badge_util.h b/chrome/common/badge_util.h
|
| index f9cc90dd51f059f972fc9350f7dbf865015bdad9..e8e5f8b2fcc63d11ebfb5d56792d395841623b55 100644
|
| --- a/chrome/common/badge_util.h
|
| +++ b/chrome/common/badge_util.h
|
| @@ -31,8 +31,8 @@ SkPaint* GetBadgeTextPaintSingleton();
|
| // rendered instead (or nothing, if |fallback| is empty).
|
| SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon,
|
| float font_size_in_pixels,
|
| - const string16& text,
|
| - const string16& fallback);
|
| + const base::string16& text,
|
| + const base::string16& fallback);
|
|
|
| // Paints badge with specified parameters to |canvas|.
|
| void PaintBadge(gfx::Canvas* canvas,
|
|
|