Index: components/filesystem/file_system_impl.h |
diff --git a/components/filesystem/file_system_impl.h b/components/filesystem/file_system_impl.h |
index 05a2cbeb8139caeb1aa7ad0256d9fd7efdd7c565..682d3b679d7ffa0f911d2b3941706c806edac166 100644 |
--- a/components/filesystem/file_system_impl.h |
+++ b/components/filesystem/file_system_impl.h |
@@ -17,7 +17,7 @@ class FilePath; |
} |
namespace shell { |
-class Connection; |
+class Identity; |
} |
namespace filesystem { |
@@ -30,7 +30,7 @@ class FileSystemImpl : public mojom::FileSystem { |
public: |
// |persistent_dir| is the directory served to callers of |
// |OpenPersistentFileSystem(). |
- FileSystemImpl(shell::Connection* connection, |
+ FileSystemImpl(const shell::Identity& remote_identity, |
mojo::InterfaceRequest<mojom::FileSystem> request, |
base::FilePath persistent_dir, |
scoped_refptr<LockTable> lock_table); |