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

Unified Diff: athena/test/sample_activity.cc

Issue 322553004: Uses string16 for ActivityViewModel::GetTitle() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo of rebase Created 6 years, 6 months 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 | « athena/test/sample_activity.h ('k') | athena/test/sample_activity_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/sample_activity.cc
diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc
index 6b3713d61a56b0be386afff789a0ca11a726c2c3..02d1ca04f73234990884e3c89b93dc9a4fcb4eac 100644
--- a/athena/test/sample_activity.cc
+++ b/athena/test/sample_activity.cc
@@ -12,7 +12,7 @@ namespace test {
SampleActivity::SampleActivity(SkColor color,
SkColor contents_color,
- const std::string& title)
+ const base::string16& title)
: color_(color),
contents_color_(contents_color),
title_(title),
@@ -30,7 +30,7 @@ SkColor SampleActivity::GetRepresentativeColor() {
return color_;
}
-std::string SampleActivity::GetTitle() {
+base::string16 SampleActivity::GetTitle() {
return title_;
}
« no previous file with comments | « athena/test/sample_activity.h ('k') | athena/test/sample_activity_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698