| Index: components/drive/dummy_file_system.cc
|
| diff --git a/components/drive/dummy_file_system.cc b/components/drive/dummy_file_system.cc
|
| index 7c92271c2695680af9465363479aeb681887ff80..29f6d52a0a9f47626ce683f297d3d4bbab15ba12 100644
|
| --- a/components/drive/dummy_file_system.cc
|
| +++ b/components/drive/dummy_file_system.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| namespace drive {
|
|
|
| +DummyFileSystem::DummyFileSystem() = default;
|
| +
|
| base::Closure DummyFileSystem::GetFileContent(
|
| const base::FilePath& file_path,
|
| const GetFileContentInitializedCallback& initialized_callback,
|
|
|