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

Unified Diff: athena/content/web_activity.h

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/activity/public/activity_view_model.h ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/web_activity.h
diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
index 32a8425c8aec0d2993886093190374bb909b9a78..8fb5c65587d8e1b9bf6625e9c4fe6002f1a1914f 100644
--- a/athena/content/web_activity.h
+++ b/athena/content/web_activity.h
@@ -32,7 +32,7 @@ class WebActivity : public Activity,
// ActivityViewModel:
virtual SkColor GetRepresentativeColor() OVERRIDE;
- virtual std::string GetTitle() OVERRIDE;
+ virtual base::string16 GetTitle() OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;
// content::WebContentsObserver:
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/web_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698