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

Unified Diff: content/public/common/desktop_media_id.h

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 years, 4 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 | « content/content_browser.gypi ('k') | content/public/common/desktop_media_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/desktop_media_id.h
diff --git a/content/public/common/desktop_media_id.h b/content/public/common/desktop_media_id.h
index a863872eb12981c90b47d8d8b878723ca194fd6d..1efa19d53c0813a64c9660ddfb61ffe47a3cf109 100644
--- a/content/public/common/desktop_media_id.h
+++ b/content/public/common/desktop_media_id.h
@@ -46,7 +46,7 @@ struct CONTENT_EXPORT DesktopMediaID {
bool is_null() { return type == TYPE_NONE; }
- std::string ToString();
+ std::string ToString() const;
Type type;
Id id;
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/desktop_media_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698