| Index: cloud_print/service/service_state.cc
|
| diff --git a/cloud_print/service/service_state.cc b/cloud_print/service/service_state.cc
|
| index 1937ba2caca6a7bdde46fa5bb3a2f309d238fe37..01d315b06f6a908cdd5df585d9b5db89d8f9e36f 100644
|
| --- a/cloud_print/service/service_state.cc
|
| +++ b/cloud_print/service/service_state.cc
|
| @@ -135,9 +135,9 @@ bool ServiceState::IsValid() const {
|
| }
|
|
|
| std::string ServiceState::ToString() {
|
| - scoped_ptr<base::DictionaryValue> services(new DictionaryValue());
|
| + scoped_ptr<base::DictionaryValue> services(new base::DictionaryValue());
|
|
|
| - scoped_ptr<base::DictionaryValue> cloud_print(new DictionaryValue());
|
| + scoped_ptr<base::DictionaryValue> cloud_print(new base::DictionaryValue());
|
| cloud_print->SetBoolean(kEnabledOptionName, true);
|
|
|
| SetNotEmptyJsonString(cloud_print.get(), kEmailOptionName, email_);
|
|
|