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

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

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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: tools/win/DebugVisualizers/chrome.natvis
diff --git a/tools/win/DebugVisualizers/chrome.natvis b/tools/win/DebugVisualizers/chrome.natvis
index 7a7c45e1ac1330a3cdaf07a78022f3a10befceca..4b73c71ff2c71ee1e1aa2855d796e9eff5c43683 100644
--- a/tools/win/DebugVisualizers/chrome.natvis
+++ b/tools/win/DebugVisualizers/chrome.natvis
@@ -228,7 +228,7 @@
<Item Name="Type">type_</Item>
</Expand>
</Type>
- <Type Name="base::FundamentalValue">
+ <Type Name="base::Value">
<DisplayString>Fundamental</DisplayString>
<Expand>
<ExpandedItem>(base::Value*)this,nd</ExpandedItem>
@@ -263,4 +263,4 @@
<ExpandedItem>list_</ExpandedItem>
</Expand>
</Type>
-</AutoVisualizer>
+</AutoVisualizer>
« no previous file with comments | « tools/json_schema_compiler/test/simple_api_unittest.cc ('k') | ui/chromeos/network/network_state_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698