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

Unified Diff: snapshot/handle_snapshot.h

Issue 1421473005: Fix mac after https://codereview.chromium.org/1419623003/ (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 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
Index: snapshot/handle_snapshot.h
diff --git a/snapshot/handle_snapshot.h b/snapshot/handle_snapshot.h
index b86706e7f5e1268f56a01b7862fc2b4db94b7534..1346b41d0df68f87b59291f795c362d0e0551b50 100644
--- a/snapshot/handle_snapshot.h
+++ b/snapshot/handle_snapshot.h
@@ -25,8 +25,8 @@ struct HandleSnapshot {
HandleSnapshot();
~HandleSnapshot();
- //! \brief A string representation of the handle's type.
- std::wstring type_name;
+ //! \brief A UTF-8 string representation of the handle's type.
+ std::string type_name;
//! \brief The handle's value.
uint32_t handle;

Powered by Google App Engine
This is Rietveld 408576698