| Index: components/filesystem/file_system_impl.cc
 | 
| diff --git a/components/filesystem/file_system_impl.cc b/components/filesystem/file_system_impl.cc
 | 
| index b8d193d76050f8f309530846f1a0f74578c46ae8..1fbed03db258e6b4e1d20489d101d3343dfbca47 100644
 | 
| --- a/components/filesystem/file_system_impl.cc
 | 
| +++ b/components/filesystem/file_system_impl.cc
 | 
| @@ -23,7 +23,7 @@
 | 
|  
 | 
|  namespace filesystem {
 | 
|  
 | 
| -FileSystemImpl::FileSystemImpl(const shell::Identity& remote_identity,
 | 
| +FileSystemImpl::FileSystemImpl(const service_manager::Identity& remote_identity,
 | 
|                                 base::FilePath persistent_dir,
 | 
|                                 scoped_refptr<LockTable> lock_table)
 | 
|      : remote_application_name_(remote_identity.name()),
 | 
| 
 |