Index: components/arc/test/fake_file_system_instance.h |
diff --git a/components/arc/test/fake_file_system_instance.h b/components/arc/test/fake_file_system_instance.h |
index b6734f0d4c6757353e0a7d88a2044e11bc115015..98db1026d1f06eaad0925acc3c0ce5646898cae0 100644 |
--- a/components/arc/test/fake_file_system_instance.h |
+++ b/components/arc/test/fake_file_system_instance.h |
@@ -13,6 +13,8 @@ |
namespace arc { |
+// A fake implementation which returns errors for all requests or just ignores |
+// them. |
class FakeFileSystemInstance : public mojom::FileSystemInstance { |
public: |
FakeFileSystemInstance(); |