| Index: chrome/browser/chromeos/file_manager/filesystem_api_util.h
|
| diff --git a/chrome/browser/chromeos/file_manager/filesystem_api_util.h b/chrome/browser/chromeos/file_manager/filesystem_api_util.h
|
| index cb4a7d3cf72daa146f2e2eb98da8d05e9d78738e..f7de6f32061582b135c08c2f36bce39642dbf05e 100644
|
| --- a/chrome/browser/chromeos/file_manager/filesystem_api_util.h
|
| +++ b/chrome/browser/chromeos/file_manager/filesystem_api_util.h
|
| @@ -35,17 +35,15 @@ void GetSpecialPathMimeType(
|
|
|
| // Checks whether the |path| points to a directory, and asynchronously sends
|
| // the result to |callback|.
|
| -void IsSpecialPathDirectory(
|
| - Profile* profile,
|
| - const base::FilePath& path,
|
| - const base::Callback<void(bool)>& callback);
|
| +void IsSpecialPathDirectory(Profile* profile,
|
| + const base::FilePath& path,
|
| + const base::Callback<void(bool)>& callback);
|
|
|
| // Prepares a writable file at |path|, i.e., creates a file there if it didn't
|
| // exist, and asynchronously sends to |callback| whether it succeeded.
|
| -void PrepareSpecialPathWritableFile(
|
| - Profile* profile,
|
| - const base::FilePath& path,
|
| - const base::Callback<void(bool)>& callback);
|
| +void PrepareSpecialPathWritableFile(Profile* profile,
|
| + const base::FilePath& path,
|
| + const base::Callback<void(bool)>& callback);
|
|
|
| } // namespace util
|
| } // namespace file_manager
|
|
|