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

Unified Diff: chrome/common/badge_util.cc

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/badge_util.h ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/badge_util.cc
diff --git a/chrome/common/badge_util.cc b/chrome/common/badge_util.cc
index a762a6f89e2664bcf746bc084968f9914ced77aa..81bb6f362ea5fb0d8622c9deabf19e73b69c9d83 100644
--- a/chrome/common/badge_util.cc
+++ b/chrome/common/badge_util.cc
@@ -94,8 +94,8 @@ SkPaint* GetBadgeTextPaintSingleton() {
SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon,
float font_size,
- const string16& text,
- const string16& fallback) {
+ const base::string16& text,
+ const base::string16& fallback) {
const int kMinPadding = 1;
// Calculate the proper style/text overlay to render on the badge.
« no previous file with comments | « chrome/common/badge_util.h ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698