| Index: chrome/browser/chromeos/drive/file_system_util.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
|
| index 260f6df57f04cc07aa02aa01d3fc8d4bb478235c..fdc29b9168eabef48decc9e3dbe8713c28e0edfa 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.h
|
| @@ -14,7 +14,7 @@
|
|
|
| class Profile;
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemURL;
|
| }
|
|
|
| @@ -110,7 +110,7 @@ Profile* ExtractProfileFromPath(const base::FilePath& path);
|
| // Extracts the Drive path (e.g., "drive/foo.txt") from the filesystem URL.
|
| // Returns an empty path if |url| does not point under Drive mount point.
|
| base::FilePath ExtractDrivePathFromFileSystemUrl(
|
| - const fileapi::FileSystemURL& url);
|
| + const storage::FileSystemURL& url);
|
|
|
| // Escapes a file name in Drive cache.
|
| // Replaces percent ('%'), period ('.') and slash ('/') with %XX (hex)
|
|
|