Index: content/public/browser/presentation_session.h |
diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h |
index 8662f3049205d6f65fb08911eae31f29187c7020..5263a748d3fc9ac8dbe9ce6e1808d650cff47a7a 100644 |
--- a/content/public/browser/presentation_session.h |
+++ b/content/public/browser/presentation_session.h |
@@ -34,8 +34,8 @@ struct CONTENT_EXPORT PresentationSessionInfo { |
const std::string& presentation_id); |
~PresentationSessionInfo(); |
- const std::string presentation_url; |
- const std::string presentation_id; |
+ std::string presentation_url; |
+ std::string presentation_id; |
}; |
// Possible reasons why an attempt to create a presentation session failed. |