| Index: chrome/browser/chromeos/cros/sms_watcher.cc
|
| diff --git a/chrome/browser/chromeos/cros/sms_watcher.cc b/chrome/browser/chromeos/cros/sms_watcher.cc
|
| index c782a0c41c418a4f1ddfb1fccf98be5738e6d7ae..d7efb29f7ac1644b01bf725dea60d70b8bbb4b6b 100644
|
| --- a/chrome/browser/chromeos/cros/sms_watcher.cc
|
| +++ b/chrome/browser/chromeos/cros/sms_watcher.cc
|
| @@ -183,7 +183,7 @@ class GsmWatcher : public SMSWatcher::WatcherBase {
|
| // List() is called only once; no one touches delete_queue_ before List().
|
| CHECK(delete_queue_.empty());
|
| for (size_t i = 0; i != result.GetSize(); ++i) {
|
| - base::DictionaryValue* sms_dictionary = NULL;
|
| + const base::DictionaryValue* sms_dictionary = NULL;
|
| if (!result.GetDictionary(i, &sms_dictionary)) {
|
| LOG(ERROR) << "result[" << i << "] is not a dictionary.";
|
| continue;
|
|
|