| Index: chrome/browser/chromeos/file_system_provider/provided_file_system_info.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_info.h b/chrome/browser/chromeos/file_system_provider/provided_file_system_info.h
|
| index 677e8397076a6abe5591600b9676858243143e7b..d6ea5e192bbbf37041aecbe98b672a14f8ee792b 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system_info.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_info.h
|
| @@ -49,8 +49,8 @@ class ProvidedFileSystemInfo {
|
| bool supports_notify_tag() const { return supports_notify_tag_; }
|
| int opened_files_limit() const { return opened_files_limit_; }
|
| const base::FilePath& mount_path() const { return mount_path_; }
|
| - const bool configurable() const { return configurable_; }
|
| - const bool watchable() const { return watchable_; }
|
| + bool configurable() const { return configurable_; }
|
| + bool watchable() const { return watchable_; }
|
| extensions::FileSystemProviderSource source() const { return source_; }
|
|
|
| private:
|
|
|