| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index d6a40ecc74abee8b084b2f60f69a093244dd42c0..b631a8410f53f3256117c11f3edee6a933a7ca2a 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1495,7 +1495,7 @@ void ProfileImpl::Observe(int type,
|
| host_zoom_dictionary->RemoveWithoutPathExpansion(host, NULL);
|
| } else {
|
| host_zoom_dictionary->SetWithoutPathExpansion(
|
| - host, Value::CreateDoubleValue(level));
|
| + host, base::NumberValue::New(level));
|
| }
|
| }
|
| break;
|
|
|