| Index: chrome/browser/chromeos/file_system_provider/registry.cc
 | 
| diff --git a/chrome/browser/chromeos/file_system_provider/registry.cc b/chrome/browser/chromeos/file_system_provider/registry.cc
 | 
| index bc0e4c3ba6155a12d653fafa23aae4a21dbe4746..e9b0ef9faf87b7169452a8c46ecc0d274a2f38ee 100644
 | 
| --- a/chrome/browser/chromeos/file_system_provider/registry.cc
 | 
| +++ b/chrome/browser/chromeos/file_system_provider/registry.cc
 | 
| @@ -228,7 +228,7 @@ std::unique_ptr<Registry::RestoredFileSystems> Registry::RestoreFileSystems(
 | 
|          restored_watcher.last_tag = last_tag;
 | 
|          for (const auto& persistent_origin : *persistent_origins) {
 | 
|            std::string origin;
 | 
| -          if (persistent_origin->GetAsString(&origin)) {
 | 
| +          if (persistent_origin.GetAsString(&origin)) {
 | 
|              LOG(ERROR) << "Malformed subscriber information in preferences.";
 | 
|              continue;
 | 
|            }
 | 
| 
 |