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

Unified Diff: tools/win/DebugVisualizers/chrome.natvis

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « tools/json_schema_compiler/test/simple_api_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/DebugVisualizers/chrome.natvis
diff --git a/tools/win/DebugVisualizers/chrome.natvis b/tools/win/DebugVisualizers/chrome.natvis
index fc9f9a9c2bc76abdbe3158ae495757965fe746e2..8ed8e1d535effc92e3f0069ebd19005049af8906 100644
--- a/tools/win/DebugVisualizers/chrome.natvis
+++ b/tools/win/DebugVisualizers/chrome.natvis
@@ -237,7 +237,7 @@
<Item Name="Double">double_value_</Item>
</Expand>
</Type>
- <Type Name="base::StringValue">
+ <Type Name="base::Value">
<DisplayString>String ({value_})</DisplayString>
<Expand>
<ExpandedItem>(base::Value*)this,nd</ExpandedItem>
« no previous file with comments | « tools/json_schema_compiler/test/simple_api_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698