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

Unified Diff: chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm

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: chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
diff --git a/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm b/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
index 78ab100e21c5cbcea5b84e07b1c1a386d9e312c7..ca85865da57afd16c5f99683dff516a39186edb0 100644
--- a/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
+++ b/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
@@ -253,7 +253,7 @@ TEST_F(AppleEventUtilTest, ValueToAppleEventDescriptor) {
const bool all_bools[] = { true, false };
for (bool b : all_bools) {
- base::FundamentalValue value(b);
+ base::Value value(b);
NSAppleEventDescriptor* descriptor =
chrome::mac::ValueToAppleEventDescriptor(&value);

Powered by Google App Engine
This is Rietveld 408576698