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

Unified Diff: ui/message_center/views/group_view.h

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | « ui/message_center/views/bounded_label_unittest.cc ('k') | ui/message_center/views/group_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/group_view.h
diff --git a/ui/message_center/views/group_view.h b/ui/message_center/views/group_view.h
index 1b3f5bab1d2dbe4e7b8b38b03ebde84b3acb9b84..020f7d12625367295dc883f01b6ece5142d31221 100644
--- a/ui/message_center/views/group_view.h
+++ b/ui/message_center/views/group_view.h
@@ -51,7 +51,7 @@ class GroupView : public MessageView, public MessageViewController {
private:
MessageCenterController* controller_; // Weak, controls lifetime of views.
NotifierId notifier_id_;
- string16 display_source_;
+ base::string16 display_source_;
gfx::ImageSkia group_icon_;
int group_size_;
std::string last_notification_id_;
« no previous file with comments | « ui/message_center/views/bounded_label_unittest.cc ('k') | ui/message_center/views/group_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698