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

Unified Diff: chrome/common/badge_util.h

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « chrome/common/automation_messages.h ('k') | chrome/common/badge_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/common/automation_messages.h ('k') | chrome/common/badge_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698