| Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| index 69e61beb597a608b15cc5575057fe5cc5ea678b0..99ff2729e1618d30dac42e933e0a8fecf6d97620 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
| @@ -85,6 +85,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
|
| DocumentEntry* entry,
|
| const FilePath& file_content_path,
|
| FileOperationType cache_operation));
|
| + MOCK_METHOD0(hide_hosted_documents, bool());
|
| };
|
|
|
| } // namespace gdata
|
|
|