summaryrefslogtreecommitdiffstats
path: root/ash/system/chromeos/audio/tray_audio.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/chromeos/audio/tray_audio.cc')
-rw-r--r--ash/system/chromeos/audio/tray_audio.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/system/chromeos/audio/tray_audio.cc b/ash/system/chromeos/audio/tray_audio.cc
index 3dbd815..67f7886 100644
--- a/ash/system/chromeos/audio/tray_audio.cc
+++ b/ash/system/chromeos/audio/tray_audio.cc
@@ -486,7 +486,7 @@ class AudioDetailedView : public TrayDetailsView,
scroller()->Layout();
}
- void AddScrollListInfoItem(const string16& text) {
+ void AddScrollListInfoItem(const base::string16& text) {
views::Label* label = new views::Label(text);
// Align info item with checkbox items
@@ -511,7 +511,7 @@ class AudioDetailedView : public TrayDetailsView,
scroll_content()->AddChildView(label);
}
- HoverHighlightView* AddScrollListItem(const string16& text,
+ HoverHighlightView* AddScrollListItem(const base::string16& text,
gfx::Font::FontStyle style,
bool checked) {
HoverHighlightView* container = new HoverHighlightView(this);