| Index: chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| index a2afac9af30ee1c4a8f65e359e6931de72647fb4..b28537b4a4dc1982503369921301841918bbdd08 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| @@ -62,7 +62,7 @@ class TestingProfileWithHostZoomMap : public TestingProfile {
|
| host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
|
| } else {
|
| host_zoom_dictionary->SetWithoutPathExpansion(
|
| - change.host, base::Value::CreateDoubleValue(level));
|
| + change.host, new base::FundamentalValue(level));
|
| }
|
| }
|
|
|
|
|